Show Menu
Cheatography

Test Cheat Sheet (DRAFT) by

Test test test test test test test test test test

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Clone repository

git clone url

Visualize existing branches

git branch local-­branch remote­-branch
 

Create new branch and checkout

git branch bname
git checkout bname