A graphical browser for the git distributed version control system which allows you to quickly manage branches, and search/review commit logs and diffs.
34
votes
6answers
24k views
A pretty and feature rich git GUI for Linux
I was checking out for a rich GUI for Git on Linux. Of late I have started using it a lot and find that even though command-line is very useful, I would still want a GUI at my disposal since I am not ...
33
votes
4answers
20k views
Guide to understanding gitk?
I am introducing git to a team of developers and i find gitk to be an amazing tool. It's also quite hard to understand, since understanding gitk requires an understanding of both git history and the ...
22
votes
2answers
6k views
Viewing full version tree in git
I am using the command line version of Git and gitk. I want to see the full version tree, not just the part that is reachable from the currently checked out version. Is it possible?
11
votes
6answers
5k views
Cygwin gitk issue
I have recently installed all of the X11 packages in the cygwin setup and now have is massive annoying error with not being able to see gitk. Everything was working perfectly well until I installed ...
10
votes
1answer
815 views
gitk equivalent of git log --follow <full path to file>
So I have a file called one.txt that I have been modifying over the years on master branch. gitk one.txt will show the entire history of that one particular file. However after I changed one.txt => ...
10
votes
1answer
2k views
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 my yellow button has passed my master. Now when I try to do:
git push origin master
It ...
8
votes
3answers
358 views
Make old git branches invisible without making them unreachable?
Is there a way to make a git branch cease to show up when you type "git branch", but still remain reachable in the history, i.e. via gitk? I have many old branches that I want to get out of my sight, ...
7
votes
1answer
99 views
Using gitk to view the full history of a moved file
After much searching, I have not found a satisfactory method that is easy to use to view the complete history of a moved file in Git and more importantly in Gitk. Using "git log --follow [filePath]" ...
6
votes
6answers
5k views
Git: Compare All Local Commits to Remote Repo Version
I'm somewhat new to Git and what I'm trying to do seems like it should be possible. Basically I've been working off of clone of a repo and have made quite a few local commits. Is there a way to see ...
6
votes
2answers
747 views
How to copy text in gitk
Can I copy source code in the left-bottom panel in gitk? Any keyboard shortcut or other functions?
OS: Ubuntu 9.04 Desktop / gitk: 1:1.6.0.4-1ubuntu2
Thank you.
5
votes
1answer
1k views
Can gitk show the diff of merges by default?
Currently for merges without conflicts gitk shows no diffs. Is it possible to have the diffs resulting from a merge (which are indeed there, e.g. git diff HEAD~1 after the merge shows these diffs) ...
5
votes
3answers
1k views
Starting gitk Error
When I'm loading gitk I get an error about an argument
Error in startup script: bad argument "zoomed": must be normal, iconic, or withdrawn
while executing
"wm state . $geometry(state)"
...
5
votes
3answers
943 views
gitk: weird history tree
I'm porting an svn repo to git (using svn2git from https://www.negativetwenty.net/redmine/projects/show/svn2git) and since svn does not track merges, I need to edit .git/info/grafts manually. For ...
4
votes
2answers
321 views
gitk without X11 [closed]
It has been noted here that Tcl/Tk, and in turn gitk now require X11 under Cygwin.
Having run it before and after this change it seems like extreme overkill. I use gitk very lightly, mostly sticking ...
4
votes
2answers
1k views
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, for which I wish to find all the commits, and for each commit: all the other files that were committed in it. ...
4
votes
3answers
369 views
Deleting branches in git causes gitk to go wild
I decided to delete a few branches from a (personal project) repository of mine that were merged into master after confirming on #git that leftover branches aren't really necessary.
However, gitk's ...
4
votes
4answers
207 views
Git: how can git/linux maintainers maintain so many branches
Personally, if I look at the git or the linux repo with gitk, I am totally overwhelmed by the huge amount of merges/branched. I have absolutely no clue what is going on.
I assumed that in general ...
4
votes
1answer
96 views
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 line option for gitk is --all. gitk --all shows all commits, including ...
3
votes
1answer
512 views
What does “Mark this commit” mean in gitk?
When using gitk, a commit can be selected in the log pane, and a right click context menu offers "Mark this commit". What does that do?
3
votes
3answers
173 views
How to make gitk show only local branches?
How to make gitk show only local branches? Or even better - can I hide remote branches that do not have corresponding local branches?
3
votes
1answer
240 views
Customize gitk for each repository
Gitk is a neat tool, but it doesn't show any visual clue as for which repository you are actually in. When I open multiple gitk windows, I always have to stop and think which one goes with each repo.
...
3
votes
1answer
312 views
Using gitk on msysgit
I'm trying to use the gitk on mysysgit. I'm not using Cygwin or MinGW to run mysysgit, just a straight up DOS command prompt on Windows.
The gitk file is in the bin/ folder, but it's not an ...
3
votes
2answers
2k views
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. (At least by default)
Are there any other tools I can use from PS or is there a way I can ...
3
votes
1answer
117 views
git diff does not create temp files
I am experiencing something a bit weird when using git. I am using git on my Windows 7 machine.
I wanted to review some code changes, so I fired up gitk to check what was in the commit I wanted to ...
3
votes
1answer
956 views
Error: fatal loose object ### (stored in .git/objects/… is corrupt)
I just fired up gitk as usual but this time I received a fatal error message:
fatal: loose object 58008283f6ad152ac44a1b6da961795ababe5b93 (stored in ...
3
votes
1answer
524 views
Why does gitk have no copy/paste menu item under Edit?
It has been shown in this forum that gitk works with the native OS keys to copy/paste for example into the SHA1 ID line: see
unable to copy and paste in gitk - macosx and How to copy text in gitk
...
3
votes
1answer
195 views
gitk: How to tell it “stop, don't load more commits”?
Just gitk or gitk --all can try to fill up all memory on big repository.
I know than I can gitk -n 1000 to limit it. Also I can killall git (or even Alt+SysRq+F if haven't stopped it in time) to ...
2
votes
2answers
32 views
Remove a branch including its commits
I have created a branch where I was trying an approach to a problem which didn't work out, so I want to delete the branch, including all commits I made on it. For the sake of the argument, my branches ...
2
votes
1answer
477 views
git: Is there a command line option for “Sort by date”?
I'm trying to find a command line option for gitk that has the same effect of "Strictly sort by date" in the "View / Edit view..." window. In fact, I'm interested in all the command line options ...
2
votes
2answers
182 views
Show new revisions in gitk after git pull
After I do git pull, I want to see the revisions I just fetched in gitk. How can I do this? I know I can see what revisions to use in the output of git pull and I can give them as a parameter to gitk, ...
2
votes
1answer
273 views
Gitk: Setting “Ignore space change” option to be true by default
Is this possible in any way? I have tried git config --global alias.diff 'diff -b -w' but unfortunately that was not the solution.
2
votes
1answer
245 views
What does this disconnected arrow mean on gitk?
What's the meaning of the blue disconnected arrow?
Note, it happened after I added a remote head and did git fetch.
...
2
votes
3answers
116 views
git client which can do a directory diff
I know that the latest git can use this command to directory diff two versions:
git difftool -d <sha1> <sha1>
But I can't find any git clients(GUI) which can do this job.
I've tried
...
2
votes
2answers
125 views
How to print the output of GitK
I am using git v 1.7.4.msysgit.0 on windows.
I want to print the output of gitK(i mean physically on a paper)
I cant find a print menu there, google doesn't help here too.
2
votes
1answer
326 views
What is the format of regular expressions in gitk?
I'm trying to use the find/"adding/removing string"/regular expression option in gitk. The syntaxes I have tried don't work, and I can find no docs that describe the syntax of the regular expressions ...
2
votes
1answer
41 views
How to see local uncomitted changes in github
In our company we are using git.
If I have some file which isn't there and I run command gitk, I can see red dot with description:
Local uncomitted changes, not checked in to index
Now I create new ...
2
votes
1answer
347 views
Git for windows launch gitk context menu with gitk-all
I have Git for Windows installed. When I right click on a project and select Git History I get the Gitk window, but every time I do so I need to set the view to see all branches. Even when I edit the ...
1
vote
1answer
713 views
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 missing? These are the steps I followed. Forgive me if I missed something stupid.
[~/TEMP]$ ls
...
1
vote
1answer
301 views
Why is gitk not showing my local branch?
I'm learning about git and is using gitk to visualize my history and branches.
I tried gitk on a locally initialized repo, and it is able to show both branches that I made properly.
However, when I ...
1
vote
3answers
1k views
How do you undo a hard reset in Git Gui or Gitk on Windows?
I'm using Git Gui and Gitk on Windows. How do I undo a hard reset from within the past two hours?
(Is it possible to do this from these applications, without using the command line?)
I saw this SO ...
1
vote
2answers
174 views
How can I get/list/see all the descendants of a commit with git (or gitk)?
If you use gitk --all, you can see all the commits of your repo, from all branches. I want something like that except only the descendants of a given commit.
1
vote
1answer
61 views
Some git tags not visible in gitk
In the gitk view, I notice some (but not all) git tags missing. git tag shows those tags, and I am also able to checkout by specifying those tags, so the tags got created correctly. What should I try ...
1
vote
1answer
66 views
gitk: show branch name on hover
Could you tell how to make gitk tool show the branch name on hover or suggest the tool which is able to do so?
gitk shows branches tangle where the branches are nameless, and I have to guess which is ...
1
vote
1answer
162 views
unable to copy and paste in gitk - macosx
does anyone know how to copy and paste in gitk with macosx?
Its the lower left pane i am unable to select,highlight and copy the text/changes there?
Thanks.
1
vote
1answer
48 views
Gitg behavouir as gitk --all
I switched to gitg from gitk to visualize my git tree. There is one thing I can't stand.
Let's say I have two branches (dev, master) that look like this:
Anytime I checkout to master the ...
1
vote
1answer
46 views
Display gitk log in reverse order
Is there any way to reverse the order of the visual commit log view that displays in gitk?
I'm talking about visual representation that renders in gitk in color as a tree view; i.e., the GUI version ...
1
vote
1answer
48 views
Tell gitk to draw “busier” branch on the right
In our project we use a master branch for merging in regular feature branches (left side of the image), and additionally a long-running branch to integrate upstream commits (right side of image). We ...
1
vote
1answer
133 views
Using gitk, can I see the difference between 2 commits?
I have tried:
git diff sha1 sha2
But the output isn't the best, is it possible to see the difference between 2 commits using gitk?
1
vote
2answers
260 views
How do I do the reverse of gitk's “Write commit to file”?
I have written a commit to a file from gitk by right-clicking the commit and selecting "Write commit to file".
How do I apply the commit from this file? I can do git apply, git add and git commit ...
1
vote
1answer
210 views
Where can I find the source code of gitk?
gitk seems to have very nice interface design and whatnot. I really want to explore its source code. So where can I find it?
By gitk, I mean the one to view the repository history of git.

