+ [9 years ago] DevAntoine is it possible to know when a tag as been pushed?
+ [9 years ago] DevAntoine yeah, in the "releases" tab
+ [9 years ago] DevAntoine related question: is it possible to list all the commits of a tag?
+ [9 years ago] tobiasvl a tag just points at a commit
+ [9 years ago] tobiasvl just like a branch

message no. 145450

Posted by alfy in #github at 2016-08-04T00:41:54Z

and it breaks the page, at least in chrome
+ [9 years ago] 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?
+ [9 years ago] Zarthus not really doable via the ui
+ [9 years ago] 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
+ [9 years ago] 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