Skip to content

Instantly share code, notes, and snippets.

@Alex132006
Forked from tdd/gitconfig.ini
Created October 5, 2025 17:35
Show Gist options
  • Select an option

  • Save Alex132006/597cb45e870f618975c9cd27c59c5990 to your computer and use it in GitHub Desktop.

Select an option

Save Alex132006/597cb45e870f618975c9cd27c59c5990 to your computer and use it in GitHub Desktop.
Nice, useful global Git configuration
[user]
name = Ton Nom
email = ton@email.tld
[color]
diff = auto
status = auto
branch = auto
[alias]
st = status
ci = commit
co = checkout
fp = format-patch
lg = log --graph --pretty=tformat:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%an %cr)%Creset' --abbrev-commit --date=relative
[core]
pager = cat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment