“git拉”能自动保存和弹出挂起的更改吗?
user@host$ git pull Updating 9386059..6e3ffde error: Your local changes to the following files would be overwritten by merge: foo.bar Please, commit your changes or stash them before you can merge. Aborting
git pull
stash
pop
git stash; git pull; git stash pop
斯蒂芬大帝
交互式爱情