Last active
October 29, 2023 19:10
-
-
Save eutobias/d7f4edd995d44471ae70666d8ec40276 to your computer and use it in GitHub Desktop.
git aliases
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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