Top "Gitk" questions

allows you to quickly manage branches, and search/review commit logs and diffs.

Can I add metadata to git commits? Or can I hide some tags in gitk

I want to associate custom metadata with a git commit. Specifically to record a review ID from a code review …

git tags metadata gitk
In gitk, why is my yellow button above master?

I couldn't find any documentation on gitk about what the colors mean, but the problem here I think is that …

git version-control gitk
Cygwin gitk issue

I have recently installed all of the X11 packages in the cygwin setup and now have is massive annoying error …

git bash cygwin x11 gitk
How to view complete commits when tracking history of a single file in Git?

I have a Git repository with about a two years of history in it. I have single file in it, …

git gitk
How do I view a single file's history in GitK?

I have a git repository with a large number of files in it. At some point a bug was introduced …

git gitk
What are some Alternatives to Gitk that can be used in Windows Powershell?

I'm using windows powershell to manage git, but am limited in that it can't seem to run the Gitk command. (…

git powershell gitk
How to make Git Extensions browser show all commits like gitk --all

The Git Extensions repository browser seems to be more versatile than gitk in many ways. However, my very favorite command …

git logging commit git-extensions gitk
gitk cannot find a GIT repository

When I run gitk, a Tk window pops-up saying that "It cannot find a GIT repository here". What am I …

git gitk