Changes

No change in size ,  11:46, 16 May 2009
Line 15: Line 15:  
Go to your project directory and type:
 
Go to your project directory and type:
 
  git init
 
  git init
  −
You probably want to edit .git/info/exclude
      
  git add *
 
  git add *
 
  git commit -a
 
  git commit -a
  git remote add origin gitorious@git.sugarlabs.org:xo-colors/mainline.git
+
  git remote add origin gitorious@git.sugarlabs.org:[your project name]/mainline.git
 
  git push origin master
 
  git push origin master
 +
 +
Hence forth, just use:
 +
git commit
 
  git push
 
  git push