Changes between Version 5 and Version 6 of DeveloperGuidelines/Git
- Timestamp:
- 12/20/11 22:00:43 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Git
v5 v6 20 20 }}} 21 21 * Delete the contents of <mybranch> other than {{{.git}}} & {{{.gitignore}}} 22 * Edit {{{.git/config}}}: 23 {{{ 24 [remote "origin"] 25 fetch = +refs/heads/*:refs/remotes/origin/* 26 url = git@github.com:<mygitusername>/<mybranch>.git 27 }}} 22 28 * Copy all the contents from <mybranch2> into <mybranch> 23 29 {{{