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
$ mkdir -p source/dir/foo $ cd source/dir/foo $ git init --bare
Just get a checkout and start working.
$ git clone you@server.org:source/dir/foo