252 B
252 B
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