Skip to content

Instantly share code, notes, and snippets.

@gmolveau
Created June 14, 2022 13:21
Show Gist options
  • Save gmolveau/91979176694ffbe6e3dacf2c4625d7ae to your computer and use it in GitHub Desktop.
Save gmolveau/91979176694ffbe6e3dacf2c4625d7ae to your computer and use it in GitHub Desktop.
git pull after git push force
# after a git push -f or git push origin +master, use
git pull --rebase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment