Questions tagged «git-commit»

git-commit-记录对存储库的更改以及一条日志消息。

17
Git commit打开空白文本文件,是做什么用的?
在我阅读的所有Git教程中,他们都说您可以做到: git init git add . git commit 当我这样做时,我打开了一个大文本文件。这些教程似乎都没有解决这个问题,因此我不知道该文件应该怎么做或不知道要放入什么内容。
93 git  git-commit 




3
git log仅显示一个提交ID
我需要一些帮助。可能只显示一个提交ID?由于git log -3显示1-3的日志,所以我只想显示3。什么可能的命令将与其匹配? 我使用命令 git log -3 --pretty=format:"%h" 结果是 ffbef87 cf0e073 1c76c5d 我只想显示1c76c5d。


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.