Last active
June 30, 2021 23:02
-
-
Save enorms/3d841a195f32cdc7ec92edf17da687bf to your computer and use it in GitHub Desktop.
Git alias
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
# add | |
git config --global alias.st status | |
# view | |
git config --get-regexp alias |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment