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 remote_github_repository
  • git pull origin master

Command for creating branches

  • Create a directory for branch
  • git init
  • git checkout -b branch_name
  • git remote add origin remote_github_repository
  • git pull origin branch_name

Clone this wiki locally