Git Cheat Sheet

Branching * Create branch git checkout -b * Delete local branch git branch -d * Delete remote branch git push origin : * Synchronize your local branches with remote branches git »