-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgitconfig
47 lines (45 loc) · 867 Bytes
/
gitconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[user]
name = Dennis van de Hoef
email = dennisvdhoef@gmail.com
[alias]
br = branch
ci = commit
co = checkout
df = diff
rb = rebase
st = status
sa = stash
mt = mergetool
cp = cherry-pick
sm = submodule
pl = pull --rebase
ps = push
[push]
default = simple
autoSetupRemote = true
[pull]
ff = only
[fetch]
prune = true
[color]
ui = auto
branch = auto
diff = auto
interactive = auto
status = auto
ui = true
[merge]
tool = vimdiff
[core]
editor = vim
mergeoptions = "--no-edit"
precomposeunicode = false
excludesfile = ~/.gitignore_global
[init]
defaultBranch = main
[includeIf "gitdir:~/code/arh/"]
path = ~/code/private/dotfiles/gitconfig_cases/aroundhome
[includeIf "gitdir:~/code/private/"]
path = ~/code/private/dotfiles/gitconfig_cases/private
[url "git@codevault.io:"]
insteadOf = https://codevault.io/