Practical Web Programming

Friday, June 05, 2015

Compare Between Branches in Github

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:

0 comments:

Recent Post