-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
37 lines (37 loc) · 976 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
[core]
repositoryformatversion = 0
filemode = false
bare = false
symlinks = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
hideDotFiles = dotGitOnly
[remote "origin"]
url = [email protected]:shortpoet/sp.git
fetch = +refs/heads/*:refs/remotes/origin/*
# [remote "sp"]
# url = [email protected]:shortpoet/sp.git
# fetch = +refs/heads/*:refs/heads/*
# fetch = +refs/tags/*:refs/tags/*
# mirror = true
[remote "mirrors"]
url = [email protected]:v3/shortpoet/Shortpoet/Shortpoet
url = [email protected]:v3/shortpoet/Shortpoet/sp
mirror = true
skipDefaultUpdate = true
[branch "main"]
remote = origin
merge = refs/heads/main
[branch "develop"]
remote = origin
merge = refs/heads/develop
[branch "uat"]
remote = origin
merge = refs/heads/uat
[branch "feature-upgrades"]
remote = origin
merge = refs/heads/feature-upgrades
[branch "FREEZE-pre-ssg"]
remote = origin
merge = refs/heads/FREEZE-pre-ssg