blob: 991d29ddde486c3c6292e86f6520781514b4b834 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[alias]
st = status
co = checkout
ci = commit
br = branch
sw = switch
[push]
autoSetupRemote = true
[core]
editor = nvim
autocrlf = input
[fetch]
prune = true
[includeIf "gitdir:~/projects/"]
path = ./work.inc
[includeIf "gitdir:~/notes/"]
path = ./work.inc
|