Last active
July 23, 2020 13:26
-
-
Save sumitpore/aac8fc0b2b133c098c002fecc0ea88cd to your computer and use it in GitHub Desktop.
Git process to prevent overriding of other's code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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