This commit is contained in:
bumpsoo 2023-11-10 10:28:07 +00:00
commit b3efe740e0
11 changed files with 80 additions and 0 deletions

16
.gitconfig Normal file
View file

@ -0,0 +1,16 @@
[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