-
-
Save Alex132006/597cb45e870f618975c9cd27c59c5990 to your computer and use it in GitHub Desktop.
Nice, useful global Git configuration
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] | |
| 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