init cyy mind

This commit is contained in:
MobKBK
2026-03-08 04:05:39 +08:00
commit 1a9ee73be5
34 changed files with 1292 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# 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