[Bps-public-commit] BPS git mailer tools branch, master, updated. 18887891059b3bb9026bcc362efc8c4ca3dc9dbc
Kevin Falcone
falcone at bestpractical.com
Fri Jun 26 16:26:36 EDT 2009
The branch, master has been updated
via 18887891059b3bb9026bcc362efc8c4ca3dc9dbc (commit)
from 3333c5c308b947076439760bf0518735bb18698d (commit)
Summary of changes:
README | 17 ++++-------------
1 files changed, 4 insertions(+), 13 deletions(-)
- Log -----------------------------------------------------------------
commit 18887891059b3bb9026bcc362efc8c4ca3dc9dbc
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Fri Jun 26 16:26:26 2009 -0400
Less frobbing by hand now required
diff --git a/README b/README
index 4359a3f..c8fb235 100644
--- a/README
+++ b/README
@@ -25,21 +25,12 @@ which should be scripted
To use it, you need to invoke it from
/git/repot.git/hooks/post-receive
+This is now all set up by create-repo
-----------------
To push to github
-
-Create the repo on the github account.
-
-
-(this is all autmated now):
-
-
-On diesel, in the repo's dir:
- git remote add --mirror github git at github.com:bestpractical/projectname.git
-..replacing projectname with the repo's name, obviously.
-
-Finally, add the following to the repo's hooks/post-receive:
- sudo -u git -H /usr/bin/git push github >>/home/git/pushlog 2>&1
+run
+create-repo reponame
+create-github-repo reponame
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list