terminal_configuration/.gitconfig
2023-11-10 10:28:07 +00:00

16 lines
355 B
INI

[init]
defaultBranch = main
[alias]
logs = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit
co = checkout
br = branch
[user]
useConfigOnly = true
[includeIf "gitdir:~/work/"]
path = ~/work/.gitconfig
[includeIf "gitdir:~/personal/"]
path = ~/personal/.gitconfig