pschenk / OSCOLA-CSL

Creation of an OSCOLA Citation Style in CSL
2 stars 1 forks source link

command for getting latest version from gitHub #6

Open pschenk opened 13 years ago

pschenk commented 13 years ago

Git is a little picky, you have to say where you want to pull code from and which branch, I've just worked out that from my local Git directory I need to issue:

git pull origin master

from the command line. This gets the new file (unless it hasn't changed) and merges it with your local version. If you don't want to merge at that point, you'd use "git fetch" instead.

paultroop commented 13 years ago

Thanks for this. Unfortunately I haven't worked out how the command line interrelates with the github and my local computer yet. Hopefully I will be able to work this out when I have a little time.