Skip to content

Instantly share code, notes, and snippets.

@itsdamslife
Created July 30, 2018 15:38
Show Gist options
  • Save itsdamslife/2cf5df9a2b3fea1f7384f05c6e05994f to your computer and use it in GitHub Desktop.
Save itsdamslife/2cf5df9a2b3fea1f7384f05c6e05994f to your computer and use it in GitHub Desktop.
Git command shortcuts
[alias]
co = checkout
cob = checkout -b
ci = commit -m
st = status
br = branch
lg = log
rb = rebase
rbi = rebase -i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment