DEV Community

Discussion on: Git Command Cheat Sheet

Collapse
 
arpanforgeek profile image
Arpan Bandyopadhyay

Very useful .

Wanted to add one more :

** Create new branch & switch to that branch
git checkout -b (branch-name)

rebase is also very useful to us as a developers :)

Collapse
 
anitaparmar26 profile image
anitaparmar26

Sure, I will add
Thanks you