How can I know for which branch a changeset was made at github?
Hi I'm follow the changes of the playframework with an rss-feed o开发者_如何学Pythonn lighthouse
http://play.lighthouseapp.com/projects/57987-play-framework/events.atom. It works pretty cool an I like it, but there is one thing I'm missing: How can I see for which branch the change is made? For example https://github.com/playframework/play/commit/69f747cb47749a90b7e54098af2a35304a315a20. Was this made in the master branch or in 1.1.x?I thought that this is a common problem, but I didn't find a solution.
Niels
You can select the branch that you want to see its commit history. Use Switch Branches menu thats just below the project name, than it will only show the commit history of that branch in Commits page.
Also, you can check the Network tab to see a visual history. Located at https://github.com/playframework/play/network
精彩评论