We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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>