Skip to content

Instantly share code, notes, and snippets.

@sumitpore
Last active July 23, 2020 13:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sumitpore/aac8fc0b2b133c098c002fecc0ea88cd to your computer and use it in GitHub Desktop.
Save sumitpore/aac8fc0b2b133c098c002fecc0ea88cd to your computer and use it in GitHub Desktop.
Git process to prevent overriding of other's code
git add .
git stash
git pull --rebase
git stash pop
git status
git commit
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment