如何丟棄Git中未分階段的更改?如何丟棄不在索引中的工作副本中的更改?
3 回答

躍然一笑
TA貢獻1826條經驗 獲得超6個贊
git stash save --keep-index --include-untracked
--include-untracked
git stash drop
- 3 回答
- 0 關注
- 563 瀏覽
添加回答
舉報
0/150
提交
取消