-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgit.config.bak
More file actions
26 lines (26 loc) · 859 Bytes
/
git.config.bak
File metadata and controls
26 lines (26 loc) · 859 Bytes
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
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
hideDotFiles = dotGitOnly
[remote "bitbucket"]
url = https://esend7881@bitbucket.org/esend7881/udacity-android-nanodegree-project0
fetch = +refs/heads/*:refs/remotes/bitbucket/*
[gui]
wmstate = normal
geometry = 887x743+555+81 171 192
[branch "master"]
remote = bitbucket
merge = refs/heads/master
[remote "github"]
url = https://esend7881@github.com/esend7881/udacity-android-nanodegree-project0
fetch = +refs/heads/*:refs/remotes/github/*
[http]
proxy = http://westproxy.northgrum.com:80
[remote "all"]
url = https://esend7881@bitbucket.org/esend7881/udacity-android-nanodegree-project0
url = https://esend7881@github.com/esend7881/udacity-android-nanodegree-project0
fetch = +refs/heads/*:refs/remotes/origin/*