Changes between Version 43 and Version 44 of DeveloperGuidelines/Git
- Timestamp:
- 04/26/12 05:27:01 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Git
v43 v44 16 16 }}} 17 17 18 [[Image(https://docs.google.com/drawings/pub?id=1TppJKr9Qrq6I2KpkljRixx5gYh1seRqCXk8KDWdeIF0&w=960&h=720)]] 19 18 20 === Ongoing Coding === 19 21 We suggest adopting the [http://blog.hasmanythrough.com/2008/12/18/agile-git-and-the-story-branch-pattern Story Branch] pattern, which allows squashing commits in order to keep the main Trunk as clean as possible … … 55 57 }}} 56 58 59 [[Image(https://docs.google.com/drawings/pub?id=1Vhvm1EmqWOVNZkZsiJ0MLLpdTl6H_ya263Tdb2HK1N0&w=960&h=720)]] 60 57 61 Once you have pushed to your branch on GitHub, you will likely want this to be merged with Trunk - this should be done via a Pull Request. This is done on GitHub: 58 62 * https://github.com/mygitusername/eden/pull/new/<mystory>(the branch name) 63 64 [[Image(https://docs.google.com/drawings/pub?id=1QmGeuQvFpg3pDQpM9xu81V7MlVy4uU8EzVIRqQ14MwU&w=792&h=353)]] 59 65 60 66 ==== Resolving Merge Conflicts ====