Before you deploy or when you make a release note, typically you would compare master with develop branch to get the differences and find out what has changed. In Github, it's so easy to do that. All you have to do it is go to the following link and supply the branches that you want to compare
https://github.com/kabalweg/my_app/compare/[OUTDATED_BRANCH]...[UPDATED_BRANCH]
Example:
https://github.com/kabalweg/my_app/compare/master...develop
You can also compare between release tags, like so:
https://github.com/kabalweg/my_app/compare/[PREVIOUS_TAG]...[NEW_TAG]
Example:
https://github.com/kabalweg/my_app/compare/2015-05-28...2015-05-29
0 comments:
Post a Comment