On Fri, 3 Jun 2005, McMullan, Jason wrote:
###### Create a new local git repo
$ GITCONN="--tcp --host 192.168.1.1 --port 7777"
$ git-init-db
$ git-server $GITCONN -- request master
Ok. Am I to understand that I could do a push to a remote server with ssh
using something like
git-server -- send master |
ssh master.kernel.org git-server --db /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
or what?
Also, how do I send tags?
Linus