-
Notifications
You must be signed in to change notification settings - Fork 1
Github basics
pappewaio edited this page Jan 26, 2012
·
9 revisions
Beware its easy to forget there is a difference between github and git.
Github is the server-repository to where we connect our locally installed git repository.
Part A - update your repository
This part assumes that you have installed git and also cloned a repository from github.
- Start a terminal and place yourself inside the project directory.
This first step differs between different platforms.
1.1 Git Linux & MAC OSX
Start a bash terminal
Place yourself in the folder where the THA-PIPE directory.
cd
1.2 Git Windows
Start your git bash program. (try to look in your start-menu)
Place yourself in the folder where the THA-PIPE directory.
- If you haven't done any changes and just want keep updated:
git pull
- Congratulations your repository is up to date!