+[9 years ago]DevAntoineis it possible to know when a tag as been pushed? +[9 years ago]DevAntoineyeah, in the "releases" tab +[9 years ago]DevAntoinerelated question: is it possible to list all the commits of a tag? +[9 years ago]tobiasvla tag just points at a commit +[9 years ago]tobiasvljust like a branch
+[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]Zarthusnot really doable via the ui +[9 years ago]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 +[9 years ago]deathcamel57hey +[9 years ago]Hi-AngelDoes anybody knows, how make a newly created upstream branch to appear in your fork? Simple `git fetch` doesn't seem to work