Changes http://wiki.axiom-developer.org/AxispBranch/diff
--

 
++added:
+Collaborative Development
+
+  If you wish to work with or study the current tip of development, 
+  and you have cloned from the Axisp repo, let Git know you wish to
+  track the origin/axisp branch. Issue::
+
+       git-branch --track axisp origin/axisp
+
+  This will create a new local branch named 'axisp' which is setup to 
+  follow the tip of development.  With that in place, you can say::
+
+       git-checkout axisp
+       git-pull
+
+  This will change the current working branch to 'axisp' and merge locally
+  any upstream changes.
+ 
+  Developers can locally modify such a tracking branch and publish it 
+  somewhere on the net, and send me a git-pull request when ready to 
+  share a changeset.  Traditional patch-sets (diff -Naur's) are also welcome.
+
+ 

--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]

Reply via email to