Created
August 18, 2014 13:12
-
-
Save NouranMahmoud/cd0dfc5c62f44c0340e7 to your computer and use it in GitHub Desktop.
git config
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 clone [email protected]:NouranMahmoud/real-estate-marketplace.git | |
cd real-estate-marketplace | |
git remote add upstream [email protected]:cloud9ers/real-estate-marketplace.git | |
git remote add nouran [email protected]:NouranMahmoud/real-estate-marketplace.git | |
git remote set-url origin [email protected]:cloud9ers/real-estate-marketplace.git | |
git remote set-url origin --push [email protected]:NouranMahmoud/real-estate-marketplace.git | |
git config --global push.default current |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment