Initial commit

This commit is contained in:
Jeff Carr 2018-01-21 00:01:52 -10:00
commit 00d946b1a8
2 changed files with 20 additions and 0 deletions

19
Makefile Normal file
View File

@ -0,0 +1,19 @@
# 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
all:
@echo read this Makefile
setup:
echo put stuff here
push:
git add --all
git commit -a
git push
# use this allow a new tree on the git server
resetgit:
mkdir myrepo
cd myrepo && touch .git/git-daemon-export-ok
cd myrepo && git config --bool core.bare true

1
README.md Normal file
View File

@ -0,0 +1 @@
put your markdown here