摘要: git status git checkout git restore --staged git add git stash pop git pull 阅读全文
posted @ 2024-06-20 12:12 素装写淡定 阅读(10) 评论(0) 推荐(0)
摘要: git reset HEAD~1 git status git stash git stash list git pull git pull origin 分支 git stash pop 创建并切换到新分支: bash复制代码 git checkout -b feature-xyz 推送新分支到远 阅读全文
posted @ 2024-06-20 12:11 素装写淡定 阅读(18) 评论(0) 推荐(0)