gitk
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.[详细]
2023-03-27 10:00 分类:问答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 .git/objects/58/008283f6ad152ac44a1b6da961795abab[详细]
2023-03-23 05:54 分类:问答How to compare newest commit to oldest commit in gitk
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[详细]
2023-03-21 02:41 分类:问答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: 开发者_如何学Pythongitk --author=!joe[详细]
2023-03-13 04:06 分类:问答Git: Compare All Local Commits to Remote Repo Version
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[详细]
2023-02-27 04:03 分类:问答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,[详细]
2023-02-14 17:41 分类:问答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 t开发者_JS百科ried don\'t work, and I can find no docs that describe the syntax of the regu[详细]
2023-02-12 13:19 分类:问答gitk show "future" branches?
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[详细]
2023-01-31 01:25 分类:问答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 sho开发者_开发知识库ws[详细]
2023-01-06 18:09 分类:问答Show new revisions in gitk after git pull
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[详细]
2023-01-06 17:27 分类:问答