-
Notifications
You must be signed in to change notification settings - Fork 7
01 Getting the data
Duncan Paterson edited this page Jul 18, 2017
·
4 revisions
Now that you have successfully installed git/gitHub its time to download the data to your local computer.
Before doing anything it is important that you make sure that the data on your computer is up-to-date with that of everybody else.
- open your github application and select the
ReadingData
repo - press "sync" (macOS) or "fetch" (windows)
- make sure that you are in the correct branch !
- As a rule: collaborators never push to the master branch.
- If you work in your own fork: open a new (feature-) branch in which you'll work.
Now that you are up-to-date with the latest changes, it's time to prepare a workspace for yourself.
- switch to the branch you wish to work on, or create a new one.
- don't forget to publish the branch so that others can see what you are working on!
- try to give your branch a sensible name to help others understand what you do.
There is a handy shortcut in the desktop client to open files directly: Just right-click on the repo and select: "Open in Finder" (macOS) or "open in explorer" (windows)