Skip to content

Instantly share code, notes, and snippets.

@abarya
Last active August 13, 2018 18:58
Show Gist options
  • Save abarya/394ce07309f15af1b3bb9baae09dd845 to your computer and use it in GitHub Desktop.
Save abarya/394ce07309f15af1b3bb9baae09dd845 to your computer and use it in GitHub Desktop.

Just in case, master goes out of sync due to some mess

git checkout deevelop
git pull origin master` #master is systers repo
git reset --hard <old-commit> #old commit is 880a3c8127dc1578293d14447eb6ad853679481c
git merge develop
git push -f origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment