Changes between Version 114 and Version 115 of DeveloperGuidelines/Git
- Timestamp:
- 03/03/16 12:54:40 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Git
v114 v115 363 363 then you can add that branch to your local repository: 364 364 {{{ 365 git remote add <branch_name> https://github.com/ flavour/<branch_name>.git365 git remote add <branch_name> https://github.com/sahana/<branch_name>.git 366 366 git fetch <branch_name> 367 367 }}}