git-log
Why might git log not show history for a moved file, and what can I do about it?
I\'ve renamed a couple of files using git mv, used git stash, had a quick look at HEAD (without changing it) then did git stash pop to get the whole lot back again. My moves had disappeared from the c[详细]
2023-01-29 08:19 分类:问答How can I view a git log of just one user's commits?
When using git log, how can I filter by user so that I see only commits from 开发者_如何学Pythonthat user?This works for both git log and gitk - the 2 most common ways of viewing history.[详细]
2023-01-26 19:41 分类:问答Why doesn't "git log -- foo" work for deleted file foo?
My repository underwent changes such as: ...some unrelated commits... Commit new file foo with 100 lines of content[详细]
2023-01-05 21:12 分类:问答How can a patchfile created with `git-log -p <filename>` be applied to create all the commits included?
Background: this question. git apply <patchfile> just recreates the file but without committ开发者_StackOverflow中文版ing the history, which in this case would be desireable. Is there any switch[详细]
2023-01-05 19:57 分类:问答msysGit: Why does git log output blank lines?
It appears to insert less blank lines the closer I type the command to the bottom of the terminal window.If I type it at the top of the terminal window, it inserts nearly a full window height of blank[详细]
2022-12-31 05:40 分类:问答git: how to see changes due to push?
I can\'t quite figure out how to see what exactly was changed, in开发者_StackOverflow社区 the remote repository, by a \'push\'.\'git log\' shows me the series of commits but those took place in my loc[详细]
2022-12-20 06:16 分类:问答How can I view file history in Git?
With Subversion I could use Tort开发者_如何学PythonoiseSVN to view the history/log of a file. How can I do this with Git?[详细]
2022-12-12 02:20 分类:问答
加载中,请稍侯......