-
Notifications
You must be signed in to change notification settings - Fork 8
/
.gitconfig
41 lines (41 loc) · 966 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
[init]
defaultBranch = main
[color]
ui = true
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = red
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
sparsecheckout = false
[advice]
addignoredfile = false
setupstreamfailure = false
[remote "origin"]
url = https://github.com/kastaid/pytel.git
fetch = +refs/heads/*:refs/remotes/origin/*
[rebase]
autoStash = true
[branch "main"]
remote = origin
merge = refs/heads/main
[pull]
ff = only
[receive]
denyNonFastForwards = true
fsckObjects = true
[url "https://github.com/"]
insteadOf = gh: