Skip to content

Instantly share code, notes, and snippets.

@josephshambrook
Last active July 3, 2023 11:36
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 josephshambrook/dfe089d34f7222e75ca5cf68c95bb423 to your computer and use it in GitHub Desktop.
Save josephshambrook/dfe089d34f7222e75ca5cf68c95bb423 to your computer and use it in GitHub Desktop.
My Git Aliases
[alias]
a = add --all
ac = !git add -A && git commit -m
cm = commit -m
co = checkout
cob = checkout -b
ps = push
psf = push --force
pl = pull
s = status
rb = rebase
rbc = rebase --continue
rba = rebase --abort
rbs = rebase --skip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment