Created
March 17, 2022 17:13
-
-
Save wrgoldstein/be0ed79d82300b1ad14b1ff2625658e9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # thanks https://git-scm.com/book/en/v2/Git-Basics-Git-Aliases | |
| git config --global alias.co checkout | |
| git config --global alias.br branch | |
| git config --global alias.ci commit | |
| git config --global alias.s status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment