16 lines
362 B
Text
16 lines
362 B
Text
[include]
|
|
path = config-private
|
|
[includeIf "gitdir:~/projects/esenseial/"]
|
|
path = config-work
|
|
[includeIf "gitdir:~/Documents/Diss/"]
|
|
path = config-uni
|
|
[alias]
|
|
flog = log --oneline --decorate --graph --all
|
|
st = status -sb
|
|
last = log -1 HEAD --stat
|
|
[credential]
|
|
helper = store
|
|
[init]
|
|
defaultBranch = main
|
|
[maintenance]
|
|
repo = /home/mevec/Documents/omega2
|