Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The "GitTransition" page has been changed by EricEvans:
http://wiki.apache.org/cassandra/GitTransition?action=diff&rev1=1&rev2=2

  
  Now you can make changes and push as with any other git repository.
  
+ 
+ == Github ==
+ 
+ Log into your Github account, visit https://github.com/apache/cassandra, and 
mash the "Fork" button.
+ 
+ If you need to connect an existing local repository:
+ 
+ {{{
+ $ git remote add github ssh://[email protected]/<username>/cassandra.git
+ $ git fetch github
+ }}}
+ 
+ To publish a branch for review (for a checkout of the branch):
+ 
+ {{{
+ $ git push github <branch name>
+ }}}
+ 

Reply via email to