Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 158 Bytes

File metadata and controls

13 lines (11 loc) · 158 Bytes

Q:Please commit your changes or stash them before you merge.

A:

# 通常
git stash
git pull
git stash pop

# 不要本地
git reset
git pull