赞
踩
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
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。