Tagged Questions
7
votes
1answer
1k 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 ...
0
votes
1answer
99 views
Can gitk show all commits EXCEPT those by a given author?
I want to use gitk to view all commits except those by a given author. Something like the following:
gitk --author=!joe
Is this possible?
0
votes
1answer
199 views
How does gitk view associate to the local and remote repository paths?
I am trying to find source code in our project and I have access to the view with gitk but I don't have a local copy. Now I want to get a local copy. How do I interpret gitk presentation to extract ...