162d5d8ea4c141a150c9bb62d2472039e0dc447a
wiki/onboarding.md
| ... | ... | @@ -40,7 +40,7 @@ This document describes the onboarding process for a new team member (developer) |
| 40 | 40 | #### Steps to build and run the Race Analysis Suite |
| 41 | 41 | |
| 42 | 42 | 1. Get the content of the git repository |
| 43 | -- Generate SSH Keys with keygen command in Command Line (Not with Putty!!!) |
|
| 43 | +- Generate SSH Keys with "ssh-keygen -t rsa -C "" " command in Git Bash (Not with Putty!!!) |
|
| 44 | 44 | - Clone the repository to your local file system from `ssh://[SAP-User]@git.wdf.sap.corp:29418/SAPSail/sapsailingcapture.git` or `ssh://[user]@sapsailing.com/home/trac/git` |
| 45 | 45 | |
| 46 | 46 | 2. Check out the 'master' branch from the git repository. The 'master' branch is the main development branch. Please check that you start your work on this branch. |