Andy Marrel
Andy's programming experience
Saturday, May 24, 2014
Github switch between branches after cloning repo
git clone <somerepo> .
git branch -a // View all branches
git checkout -b <branch_name> origin/<branch_name>
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)