Last active
December 20, 2023 15:35
-
-
Save Magnuti/4f84250f4b032e4238320a718493bcf8 to your computer and use it in GitHub Desktop.
Global .gitconfig file
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] | |
st = status | |
[push] | |
autosetupremote = true | |
# Fixes contrasts issues on Powershell terminals with blue background | |
[color "status"] | |
changed = red bold | |
untracked = red bold | |
added = green bold | |
[color "diff"] | |
old = red bold | |
new = green bold | |
[color "branch"] | |
current = green bold |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment