Created
May 24, 2021 09:09
-
-
Save justforuse/f92a98644e9d98f0800770454ab2eeb5 to your computer and use it in GitHub Desktop.
Git global alias config
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
[user] | |
name = xxxx | |
email = [email protected] | |
[alias] | |
co = checkout | |
st = status | |
ci = commit | |
br = branch | |
ps = push | |
pl = pull |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment