Posts Downloads Tags About RSS feed of posts

Simple repository setup

Remote server

$ mkdir -p source/dir/foo
$ cd source/dir/foo
$ git init --bare

Development machine

Just get a checkout and start working.

$ git clone you@server.org:source/dir/foo

#note #git