modified: myjupyterlab.sh
[GalaxyCodeBases.git] / tools / torrent / sthelper / git.config
blob0bede49953af8e4ebc870833bb5234abfe63d3a0
1 [core]
2         repositoryformatversion = 0
3         filemode = true
4         bare = false
5         logallrefupdates = true
6         ignorecase = true
7         precomposeunicode = true
8 [remote "origin"]
9         url = https://github.com/scientihark/sthelper.git
10         fetch = +refs/heads/*:refs/remotes/origin/*
11 [branch "master"]
12         remote = origin
13         merge = refs/heads/master