mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
15 lines
406 B
Plaintext
15 lines
406 B
Plaintext
[core]
|
|
repositoryformatversion = 0
|
|
filemode = true
|
|
bare = false
|
|
logallrefupdates = true
|
|
ignorecase = true
|
|
precomposeunicode = true
|
|
[remote "origin"]
|
|
url = git@github.com:atom/some-repo-i-guess.git
|
|
fetch = +refs/heads/*:refs/remotes/origin/*
|
|
[submodule "jstips"]
|
|
url = https://github.com/loverajoel/jstips
|
|
[submodule "You-Dont-Need-jQuery"]
|
|
url = https://github.com/oneuijs/You-Dont-Need-jQuery
|