Skip to content

Instantly share code, notes, and snippets.

@briandant
Created May 18, 2013 15:10
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 briandant/5604752 to your computer and use it in GitHub Desktop.
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…
$ git remote add almond git@github.com: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