Skip to content

Instantly share code, notes, and snippets.

@eutobias
Last active October 29, 2023 19:10
Show Gist options
  • Save eutobias/d7f4edd995d44471ae70666d8ec40276 to your computer and use it in GitHub Desktop.
Save eutobias/d7f4edd995d44471ae70666d8ec40276 to your computer and use it in GitHub Desktop.
git aliases
[alias]
lg = log --all --graph --decorate --oneline --abbrev-commit
st = status
co = checkout
cob = checkout -b
c = !git add -A && git commit -m
save = !git add -A && git commit -m 'SAVEPOINT'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment