mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Added a fixture that has submodules.
This commit is contained in:
6
spec/fixtures/git/repo-with-submodules/.gitmodules
vendored
Normal file
6
spec/fixtures/git/repo-with-submodules/.gitmodules
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
[submodule "jstips"]
|
||||
path = jstips
|
||||
url = https://github.com/loverajoel/jstips
|
||||
[submodule "You-Dont-Need-jQuery"]
|
||||
path = You-Dont-Need-jQuery
|
||||
url = https://github.com/oneuijs/You-Dont-Need-jQuery
|
||||
Reference in New Issue
Block a user