Last active
August 29, 2015 14:07
-
-
Save NouranMahmoud/edad55feefa4dc295eba to your computer and use it in GitHub Desktop.
git workflow
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 remote add upstream THE_SOURCE_REPO | |
git remote add YOUR_USER_NAME YOUR_FORK | |
git remote set-url origin THE_SOURCE_REPO | |
git remote set-url origin --push YOUR_FORK | |
git config --global push.default current |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment