摘要: ####设置记录密码 git config --global credential.helper store ####revert commit git reset --soft "HEAD^" ####查看所有分支及其upstream git branch -avv ####查看所有tag git 阅读全文
posted @ 2021-06-21 23:15 doite 阅读(29) 评论(0) 推荐(0)