Created
May 18, 2013 15:10
-
-
Save briandant/5604752 to your computer and use it in GitHub Desktop.
This is what you'll need to do to set up proper pull requests for the Team Almond (sim) project. We're using a similar workflow as Team Jellybean. Ethan from their team created an excellent walkthrough on the workflow we'll use: https://github.com/esoergel/meta/wiki/Git-Walkthrough Read through that, and then set up your `remotes` based on the g…
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 almond [email protected]:CodeRaising/sim.git | |
# command to show your remotes | |
$ git remote | |
# what you should see | |
almond # this is the main `sim` repo | |
origin # this is your GitHub repo (the one that you forked) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment