From: Arthur Axel 'fREW' Schmidt Date: Thu, 3 Jun 2010 21:10:29 +0000 (-0500) Subject: fix pushable remote X-Git-Tag: v0.08122~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3c602705a209e209037944a19d628ac76de9e077;p=dbsrgits%2FDBIx-Class.git fix pushable remote --- diff --git a/CONTRIBUTING b/CONTRIBUTING index 2c5fc26..586ec4c 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -1,7 +1,7 @@ With DBIx::Class on git now, this is the process for contributing. 1) Clone the DBIx::Class master branch - > git clone dbsrgits@git.shadowcat.co.uk:dbsrgits/DBIx-Class.git + > git clone dbsrgits@git.shadowcat.co.uk:DBIx-Class.git 2) Do your work on your machine. This is git - everything is local! 3) When you think you're ready, push it back out to the origin as a remote branch. See rebasing for what you should do before pushing.