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
@lucasamparo
Copy link

Thanks again

@nurSaadat
Copy link

Thank you!

@yc-codes
Copy link

Thanks Bro!
:)

@suinovnedim
Copy link

Спасибо!

@calvincramer
Copy link

谢谢!

@rustyhaidu
Copy link

many thanks!

@macknilan
Copy link

Gracias! - Thanks! - muito obrigado

@XixoWreden
Copy link

Muy útil! Gracias

@cossio
Copy link

cossio commented Jan 24, 2020

Thanks! Is there a way to compress all this to a single command?

@calvincramer
Copy link

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

@stevebaros
Copy link

Thanks still works in 2020

@Joaquin121416
Copy link

Gracias

@MFraGaM
Copy link

MFraGaM commented Feb 27, 2020

Thanks

@arthurduarte1
Copy link

Thank you!

@ljmoleiro
Copy link

You are getting so much thanks haha. One more thank you

@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