跳至主要內容
Git代码改到一半发现分支不对

Git代码改到一半发现分支不对

TaoChenyue...小于 1 分钟

git add .
git diff
git stash
git checkout new-branch
git stash list
git stash apply stash@{0}
git stash pop
git stash clear
评论
  • 按正序
  • 按倒序
  • 按热度
Powered by Waline v2.15.8