iloveap

Git is Awesome!

To see how forks, pull requests, and merges work with github:

  • fork this repo (there's a button in the upper right!).
  • Clone your fork to a local computer, so you can work on it.
  • Add the upstream repository: git remote add upstream git@github.com:cs3157/iloveap.git
    • If you don't have your SSH key linked to your GitHub account, then use https://github.com/cs3157/iloveap.git for the upstream repo.
  • Fetch any changes since you forked: git fetch upstream
  • Merge the changes, if necessary: git merge upstream/master
  • Add your name to the list of awesome APers.
  • Commit your changes to your forked copy.
  • Put in a pull request, and see your changes get merged into the master branch.