当前位置:   article > 正文

git 常用命令_git show diff before commit

git show diff before commit

https://blog.csdn.net/halaoda/article/details/78661334
1. Git tag
1.1 git tag -a v1.4 -m “my version 1.4”, -m 选项指定了一条将会存储在标签中的信息。 如果没有为附注标签指定一条信息,Git 会启动编辑器要求你输入
1.2 git tag , 在 Git 中列出已有的标签非常简单,只需要输入 git tag (可带上可选的 -l 选项 --list):
信息。
1.3 git show v1.4, 通过使用 git show 命令可以看到标签信息和与之对应的提交信息:

2. Git checkout,
2.1 git gui/Brush/Checkout Brush/Revision/Tag, and the click Checkout button

3 Git log, 显示版本信息

4. Show difference before commit for detail C change****
4.1 git show .c ,.h to display change lit.
4.2 git diff 查看尚未暂存的更新
4.3 git commit -v 当你用-v参数的时候可以看commit的差异. Only show which files change

5. Git owner
https://stackoverflow.com/questions/62690756/error-could-not-lock-config-file-c-spb-data-gitconfig-no-such-file-or-direct/67183391

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/寸_铁/article/detail/986038
推荐阅读
相关标签
  

闽ICP备14008679号