Changes between Version 98 and Version 99 of DeveloperGuidelines/Git
- Timestamp:
- 06/20/14 15:32:19 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Git
v98 v99 16 16 to the "Add your SSH key to !GitHub" section. Ignore the Linux commands and do the part that saves your public key in your 17 17 !GitHub account. If you want, you can also save that public key in a file. 18 1. The way you refer to repositories on GitHub git commands in differs depending which method you're using to authenticate to GitHub. If you are using a password, then the address of a repository has the form: 19 {{{ 20 https://github.com/username/repository.git 21 }}} 22 If you're using ssh keys, then the address will be: 23 {{{ 24 git@github.com/username/eden.git 25 }}} 18 26 1. There is [[https://help.github.com/|on-line help at GitHub]] 19 27 20 28 Get your own copy of the Eden repository (repo) on both !GitHub and your local machine: 21 29 1. Fork the Eden repo at: https://github.com/flavour/eden/fork 22 1. Use git to clone your own new fork down to your PC , as follows:30 1. Use git to clone your own new fork down to your PC. (Use the appropriate address form depending on whether you're using a password or ssh keys.) 23 31 {{{ 24 32 cd web2py/applications