Skip to content
Marvin Casagnap edited this page Nov 23, 2016 · 4 revisions

Welcome to the IntDesign wiki!

Command for git checkout

Create a directory Then commands git init git remote add origin git pull origin master

Command for creating branches

Create a directory for branch Then commands git init git checkout -b <branch_name> git remote add origin git pull origin <branch_name>

Clone this wiki locally