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.
I just fired up gitk as usual but this time I received a fatal error message: fatal: loose object 58008283f6ad152ac44a1b6da961795ababe5b93 (stored in .git/objects/58/008283f6ad152ac44a1b6da961795abab
When I do gitk --follow <filename>, the left pane lists all the commits of the given filename. If I click one of those commits, the bottom-left pane (just below the commit/branch/tag list), sho
I want to use gitk to view all commits except those by a given author. Something like the following: 开发者_如何学Pythongitk --author=!joe
I\'m somewhat new to Git and what I\'m trying to do see开发者_Python百科ms 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 t
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,
I\'m trying to use the find/\"adding/removing string\"/regular expression option in gitk.The syntaxes I have t开发者_JS百科ried don\'t work, and I can find no docs that describe the syntax of the regu
If I use gitk to look at a commit object it lists under Branches (in the lower left pane) all the children of this branch to which I can navigate upwards (as long as they are not nameless commits but
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 sho开发者_开发知识库ws
After I do git pull, I wan开发者_开发知识库t 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 p