You are on page 1of 2

Cloning repository

create branch
To see bracnh's
To switch one to another branch
To check status
to add files
To delete Branch
log chekcing
git clone
git beanch (give branch name to create)
git branch
git checkout (give branch name to switch)
git status
git add .
Ctrl + Shift + P or git branch -D (branch name)
git log --oneline

You might also like