Last active
October 23, 2024 12:32
-
-
Save peidrao/0af3b1fb76ec37ac715d96facf343b00 to your computer and use it in GitHub Desktop.
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] | |
ad = add . | |
ci = commit -m | |
ps = push origin | |
pu = pull | |
che = checkout | |
lg = log --all --graph --decorate --oneline --abbrev-commit | |
cm = commit | |
ac = !git add -A && git commit | |
st = status -sb | |
tags = tag -l | |
branches = branch -a | |
remotes = remote -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment