summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2013-09-02 16:01:50 +0200
committerLeif Johansson <leifj@sunet.se>2013-09-02 16:01:50 +0200
commit7515782eb503152dfc3e84fee1260fb10d560df9 (patch)
treece0087dc774a156c6a74f11d3af92ef5686b4972 /README
import
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 24 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..d7ab52d
--- /dev/null
+++ b/README
@@ -0,0 +1,24 @@
+
+Initial setup:
+
+ git clone git://github.com/leifj/multiverse.git myproj-cosmos
+ cd myproj-cosmos
+
+ - rename the github upstream
+
+ git remote rename origin github
+
+ - add a new upstream & ro branch
+
+ git remote add origin git@//yourhost/myproj-cosmos.git
+ git remote add ro git://yourhost/myproj-cosmos.git
+
+ - add stuff...
+
+ make bump
+
+To add a new host:
+
+ - Make sure you have root access using an SSH key
+ - ./addhost <fqdn>
+