Changes between Version 115 and Version 116 of DeveloperGuidelines/Git
- Timestamp:
- 03/03/16 12:55:01 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Git
v115 v116 388 388 {{{ 389 389 cd web2py/applications 390 git clone git@github.com: flavour/eden.git <new_repository>390 git clone git@github.com:sahana/eden.git <new_repository> 391 391 }}} 392 392 * Setup a new repository on !GitHub -- see: https://github.com/repositories/new 393 393 * Add remotes. 394 394 {{{ 395 git remote add upstream git@github.com: flavour/eden.git395 git remote add upstream git@github.com:sahana/eden.git 396 396 git remote add origin git@github.com:<my_git_username>/<new_repository>.git 397 397 }}}