Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 223 Bytes

ignore-local-commits-and-pull.md

File metadata and controls

13 lines (10 loc) · 223 Bytes

Ignore local commits and pull repository from the remote branch

Just ignore the local commits and pull from the branch!

Reset:

git reset --hard origin/master

Pull changes

git pull origin master