Author: krosenvold
Date: Sat Dec  1 10:33:02 2012
New Revision: 1415972

URL: http://svn.apache.org/viewvc?rev=1415972&view=rev
Log:
Added a little info about switching computers

Modified:
    maven/site/trunk/src/site/apt/developers/conventions/git.apt

Modified: maven/site/trunk/src/site/apt/developers/conventions/git.apt
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/developers/conventions/git.apt?rev=1415972&r1=1415971&r2=1415972&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/developers/conventions/git.apt (original)
+++ maven/site/trunk/src/site/apt/developers/conventions/git.apt Sat Dec  1 
10:33:02 2012
@@ -160,6 +160,9 @@ git push # your github account
 git push apache # the authorative apache repo
 ---
 
+ Using your github account as a storage for half-finished work is excellent if 
you switch between multiple computers,
+ always push to github before leaving your current computer and start by 
pulling at the next computer.
+
  To merge a pull request
 
 ---
@@ -170,6 +173,7 @@ git push apache # upload to apache
  Or if you're comfortable with rebasing;
 
 ---
+
 git checkout pr/10
 git rebase apache/master
 git push apache


Reply via email to