Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Git

SVN

git clone git@github.com:username/openmrs-module-mymodule.git_____

svn checkout http://svn.openmrs.org/openmrs-modules/mymodule mymodule_______

If there is a remote branch that you want to add to your local repository, use the command:

git checkout -b branchname origin/branchname

Get updates

Git

SVN

git pull______________

svn update______________

...