Git

From Halfface
Revision as of 10:01, 1 June 2015 by Ekaanbj (talk | contribs) (Created page with "=git= ==Download a git repository== git clone git@www.halfface.se:project.git ==list branches== git branch -a git branch -r ==Change branch== git checkout remotes/origin/c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

git

Download a git repository

git clone git@www.halfface.se:project.git

list branches

git branch -a
git branch -r

Change branch

git checkout remotes/origin/code-18500

Chagne branch

git branch master