+ [2016-08-04T13:46:27Z] DevAntoine is it possible to know when a tag as been pushed?
+ [2016-08-04T13:46:56Z] DevAntoine yeah, in the "releases" tab
+ [2016-08-04T13:48:52Z] DevAntoine related question: is it possible to list all the commits of a tag?
+ [2016-08-04T13:50:39Z] tobiasvl a tag just points at a commit
+ [2016-08-04T13:50:42Z] tobiasvl just like a branch

message no. 145462

Posted by danslo in #github at 2016-08-04T11:22:34Z

calm down buddy
+ [2016-08-05T00:10:47Z] Gurkenglas_ I've accidentally put my two file modifications into separate branches (via the online GUI). How can I merge my two branches before making a PR for them?
+ [2016-08-05T00:23:38Z] Zarthus not really doable via the ui
+ [2016-08-05T00:24:10Z] Zarthus you want to git cherry-pick one commit to the other branch, or just redo the commit on one branch and delete the other if you want to do it via the ui
+ [2016-08-05T11:09:19Z] Hi-Angel Does anybody knows, how make a newly created upstream branch to appear in your fork? Simple `git fetch` doesn't seem to work