+[2016-08-04T13:46:27Z]DevAntoineis it possible to know when a tag as been pushed? +[2016-08-04T13:46:56Z]DevAntoineyeah, in the "releases" tab +[2016-08-04T13:48:52Z]DevAntoinerelated question: is it possible to list all the commits of a tag? +[2016-08-04T13:50:39Z]tobiasvla tag just points at a commit +[2016-08-04T13:50:42Z]tobiasvljust like a branch
+[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]Zarthusnot really doable via the ui +[2016-08-05T00:24:10Z]Zarthusyou 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-05T01:19:09Z]deathcamel57hey +[2016-08-05T11:09:19Z]Hi-AngelDoes anybody knows, how make a newly created upstream branch to appear in your fork? Simple `git fetch` doesn't seem to work