Skip to content

Instantly share code, notes, and snippets.

View simas-ccore's full-sized avatar

Simas simas-ccore

  • Vilnius
View GitHub Profile
@simas-ccore
simas-ccore / gist:75a60dc8ada71263b84e6740494a29d0
Created November 8, 2019 07:41 — forked from vladimirtsyupko/gist:10964772
Git force pull to overwrite local files
git fetch --all
git reset --hard origin/master
git pull origin master
@simas-ccore
simas-ccore / gist:02a11c9e5d9b1037c765057cf3fb9cf0
Created November 8, 2019 07:41 — forked from vladimirtsyupko/gist:10964772
Git force pull to overwrite local files
git fetch --all
git reset --hard origin/master
git pull origin master