Skip to content

Instantly share code, notes, and snippets.

@NouranMahmoud
Created August 18, 2014 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NouranMahmoud/cd0dfc5c62f44c0340e7 to your computer and use it in GitHub Desktop.
Save NouranMahmoud/cd0dfc5c62f44c0340e7 to your computer and use it in GitHub Desktop.
git config
git clone git@github.com:NouranMahmoud/real-estate-marketplace.git
cd real-estate-marketplace
git remote add upstream git@github.com:cloud9ers/real-estate-marketplace.git
git remote add nouran git@github.com:NouranMahmoud/real-estate-marketplace.git
git remote set-url origin git@github.com:cloud9ers/real-estate-marketplace.git
git remote set-url origin --push git@github.com: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