20 lines
499 B
Plaintext
20 lines
499 B
Plaintext
[include]
|
|
path=~/.dotfiles/git-personal
|
|
[IncludeIf "gitdir/i:~/SRI/"]
|
|
path=~/.dotfiles/git-sri
|
|
[IncludeIf "gitdir/i:~/Projects/PRISM/"]
|
|
path=~/.dotfiles/git-sri
|
|
[color]
|
|
ui = true
|
|
[alias]
|
|
amend = commit --amend -C HEAD
|
|
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
|
|
[push]
|
|
default = simple
|
|
[core]
|
|
excludesfile = ~/.dotfiles/gitignore-global
|
|
[transfer]
|
|
fsckobjects = true
|
|
[credential]
|
|
helper = store
|