trying to add the submodules

This commit is contained in:
Jeff Carr 2018-01-21 03:02:39 -10:00
parent 00d946b1a8
commit 9f35152392
3 changed files with 10 additions and 2 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "witcoredns"]
path = witcoredns
url = git://ping.wit.com/git/witcoredns

View File

@ -1,5 +1,5 @@
# Clone from IPv6: git clone git://ping.wit.com/git/myrepo
# Clone with ssh keys: git clone ssh://root@ping.wit.com/var/lib/git/myrepo
# Clone from IPv6: git clone git://ping.wit.com/git/jcarrbox
# Clone with ssh keys: git clone ssh://root@ping.wit.com/var/lib/git/jcarrbox
all:
@echo read this Makefile
@ -12,6 +12,10 @@ push:
git commit -a
git push
submodule:
git submodule add git://ping.wit.com/git/witcoredns witcoredns
git submodule update --init --recursive
# use this allow a new tree on the git server
resetgit:
mkdir myrepo

1
witcoredns Submodule

@ -0,0 +1 @@
Subproject commit 60e65bcdf2b947d2fc5307f05b1095b442ea1fa7