-
Notifications
You must be signed in to change notification settings - Fork 10
Home
The wiki holds the instructions for working with the project files.
Each exercise is on two branches:
- ex.NN.start - starting point for project
- ex.NN.finish - a finishing point (you may decide to do something different!)
The instructions for each exercise are in the README.md file for that branch.
Open the project folder in your code editor. How this is done depends upon which editor you are using, but they can all do it. It's important you work from the folder instead of using Explorer or Finder to open individual files because it's too easy to lose track of where the files are in your system.
See Opening a project in your editor for more information on this.
Each of the exercises we'll be working on is a separate git branch.
At the start of each exercise, you will check out the corresponding
start branch to begin working on the exercise. You can see the
branches on the remote origin
with the command:
git branch -r