init cyy mind
This commit is contained in:
24
零碎的知识/git备忘.md
Normal file
24
零碎的知识/git备忘.md
Normal 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
|
||||
Reference in New Issue
Block a user