-
Notifications
You must be signed in to change notification settings - Fork 36
Practice
Jeffrey Horn edited this page Oct 5, 2015
·
1 revision
- Change into your WDI directory.
- Fork and clone the assignment repository.
- Change into the new directory.
- Create and checkout a branch. Name it whatever you like.
git branch <some_name> git checkout <some_name> # OR git checkout -b <some_name>
- Follow any further instructions in the assignment README.
- Make small, cohesive commits with a good commit message.
- Push your changes to your fork.
git push -u origin
-
Issue a pull request from your branch to the upstream
master
branch.
Copyright (c) 2015 General Assembly, Inc. | LICENSE