-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgit.config.bak
29 lines (29 loc) · 900 Bytes
/
git.config.bak
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
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
hideDotFiles = dotGitOnly
[remote "origin"]
url = https://github.com/udacity/Sunshine-Version-2.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "sunshine_master"]
remote = origin
merge = refs/heads/sunshine_master
[branch "1.01_hello_world"]
remote = origin
merge = refs/heads/1.01_hello_world
[gui]
wmstate = normal
geometry = 887x743+555+81 171 192
[remote "bitbucket"]
url = https://[email protected]/esend7881/udacity-android-sunshine-app
fetch = +refs/heads/*:refs/remotes/bitbucket/*
[http]
proxy = http://westproxy.northgrum.com:80
[remote "all"]
url = https://github.com/udacity/Sunshine-Version-2.git
pushurl = https://[email protected]/esend7881/udacity-android-nanodegree-project0
fetch = +refs/heads/*:refs/remotes/origin/*