blob: f34c656ccb531e035c6b28d9d2243ea859ed2603 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[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
|