Skip to content

Instantly share code, notes, and snippets.

@aldeka
Last active September 17, 2021 16:38
Show Gist options
  • Save aldeka/6149102 to your computer and use it in GitHub Desktop.
Save aldeka/6149102 to your computer and use it in GitHub Desktop.
[alias]
a = add
ap = add -p
c = commit
cm = commit -m
cam = commit -am
caa = commit -a --amend
r = reset
rh = reset --hard
rhh = reset --hard HEAD
s = status
b = branch
co = checkout
cob = checkout -b
f = fetch
l = log
rebi = rebase -i
rebom = rebase origin/main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment