Showing posts with label git. Show all posts
Showing posts with label git. Show all posts

Tuesday, December 6, 2011

Git is your friend !

> make dir myproject
> cd myproject
> git clone git@github.com:myproject.git .
> git branch --track abranch origin/abranch


Some tutorials: