Setup Source Code
Ths section tells you how to find the KEEP source code and download it onto your machine.
Clone the KEEP source code
The latest source code is in the develop branch (not master), so you will need to clone down that branch in particular.
-
Bring up the domino-keep repository.
-
Click Clone or download in the upper right corner.
-
Click Use SSH.
-
Copy the string provided by clicking the icon next to the text box.
-
Bring up a command window, and cd to your development root directory (for example: cd \dev)
-
Clone down the develop branch of the repo:
git clone -b develop –single-branch <copied_string>