Skip to content

Instantly share code, notes, and snippets.

@sryze
Last active March 31, 2023 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sryze/652eeeaa0be1c351417a4c8dd8a9235b to your computer and use it in GitHub Desktop.
Save sryze/652eeeaa0be1c351417a4c8dd8a9235b to your computer and use it in GitHub Desktop.
Git aliases that make it actually usable on the command line
[alias]
re = rebase
st = status
ci = commit
br = branch
co = checkout
cp = cherry-pick
rez = reset --hard @{upstream}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment