Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 120 Bytes

Git.md

File metadata and controls

7 lines (5 loc) · 120 Bytes

Git usefull snippet

Force resync from origin/master

git fetch --all
git reset --hard origin/master