Created
April 18, 2020 20:01
-
-
Save Christopher96u/1a9b1f28d883718ee99f6564c4aa5512 to your computer and use it in GitHub Desktop.
git_config
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
| [user] | |
| email = [email protected] | |
| name = Christopher | |
| [core] | |
| filemode = false | |
| autocrlf = false | |
| [alias] | |
| s = status -s -b | |
| lg = log --oneline --decorate --all --graph |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment