Skip to content

Instantly share code, notes, and snippets.

@vladimirtsyupko
Created April 17, 2014 08:32
Show Gist options
  • Save vladimirtsyupko/10964772 to your computer and use it in GitHub Desktop.
Save vladimirtsyupko/10964772 to your computer and use it in GitHub Desktop.
Git force pull to overwrite local files
git fetch --all
git reset --hard origin/master
git pull origin master
@tylermneher
Copy link

Accomplished exactly what I needed, thank you very much!

@mnamba
Copy link

mnamba commented Apr 4, 2020

Worked fine for me

@1cookspe
Copy link

Awesome 👍

@depaz9702
Copy link

thanks

@mottorres
Copy link

Thank you 👍

@vikrant-d1
Copy link

Thanks

@Bruno-Garcia-1
Copy link

Very good, thanks!

@rashid327
Copy link

Thank You!

@johntekdek
Copy link

thanks!

@JFKoder
Copy link

JFKoder commented Jan 2, 2021

Dankeschön
Thank you 👍

@boronov
Copy link

boronov commented Jan 21, 2021

Thank you 👍

@enescang
Copy link

Great 📄
Thank you

@ShedrackGodson
Copy link

Helped a lot

@AleksiupasSameSystem
Copy link

Thank you 👍

@fahmieshaq
Copy link

Super

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment