Files
cyy_othermind/零碎的知识/git备忘.md
2026-03-08 04:05:39 +08:00

24 lines
252 B
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# git备忘
```
git tag
git tag -l -n
git checkout [branch/tag]
```
设置局部提交作者
在.git的config下
[user]
    name = MobKBK
    email = 202311250413@csust.edu.cn
git remote add origin
git remote set-url origin
git remot -v