-
Notifications
You must be signed in to change notification settings - Fork 15
Collaborator guide
Kusti edited this page Sep 14, 2010
·
7 revisions
If you are a collaborator in this github project, you can follow these instructions.
Generate public key (instructions for mac: http://help.github.com/mac-key-setup/)
svn checkout = git clone [email protected]:sizzlelab/kassi.git
svn update = git pull
make changes to code as normal
svn status = git status
svn commit -m “commit message” = git commit -a -m “commit message” (this commits to your local repo only)
to actually put your commits to the original github repo use: git push
Note: this workflow ignores many potentially good features of git, but it should be easy to grasp and keep on working as with svn