We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If you are a collaborator in this github project, you can follow these instructions.
svn checkout = git clone [email protected]:sizzlelab/Kassi.git kassi 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”