trying to add the submodules
This commit is contained in:
parent
00d946b1a8
commit
9f35152392
|
@ -0,0 +1,3 @@
|
|||
[submodule "witcoredns"]
|
||||
path = witcoredns
|
||||
url = git://ping.wit.com/git/witcoredns
|
8
Makefile
8
Makefile
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 60e65bcdf2b947d2fc5307f05b1095b442ea1fa7
|
Loading…
Reference in New Issue