Skip to content

Instantly share code, notes, and snippets.

@Magnuti
Last active December 20, 2023 15:35
Show Gist options
  • Save Magnuti/4f84250f4b032e4238320a718493bcf8 to your computer and use it in GitHub Desktop.
Save Magnuti/4f84250f4b032e4238320a718493bcf8 to your computer and use it in GitHub Desktop.
Global .gitconfig file
[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