git stash 基本命令講解

git stash 把現有的修改藏起來 git stash save 「desc」 把現有的修改藏起來,而且添加一個註釋 git stash list 查看全部藏起來的 git stash pop stash@{index} 刪除 最近/指定 一個藏起來的,並還原回來代碼 git stash apply stash@{index} 應用藏起來的不刪除stash 列表 git stash drop
相關文章
相關標籤/搜索