--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CALt0%2Bo-cVGgN2LNx6UMDDx29O1EqcyAzrh6-Gpzu7m-JSQtP6Q%40mail.gmail.com.
Works like a charm
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CALeTM-nwVKJtoBYTq6aeyDP2kcsTAzt4G4JyJBNJEV7nLDjEOw%40mail.gmail.com.
On Mar 11, 2021, at 8:26 AM, Guillaume Smet <guillau...@gmail.com> wrote:
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CALt0%2Bo_JYK1ZUUtMxtB37Gcnxvk_jdyn_-2qTqpTrW3WhTfbSA%40mail.gmail.com.
OK, I think I'm done... I checked everything twice, also checked all the external links to see if they already moved to a new branch or not.
Unfortunately, I'm unable to create a PR (probably too many changes), I have the GitHub Unicorn every time I try to create the PR. I will wait for CI in my fork and then I'll push directly to main.What you need to do (and that for every repo I will mention after that):- go to your fork, you will have a nice popup saying that the branch of the upstream repo has been renamed, just click the Branch settings link and update the branch master to main (there's a small pencil at the right of the master branch)- then, if you follow the conventions I use (i.e. upstream/origin), you can execute:git branch -m master main
git fetch origin
git branch -u origin/main main
git fetch upstream
git branch -u upstream/main main(and adapt it if you're using a different convention)Some notes, once we migrate the following repo, we need to update the doc in the main repo:https://github.com/quarkusio/quarkus-ecosystem-ci/ -> @Georgios Andrianakis can we coordinate on this?
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CALt0%2Bo_hzKitBmCiYAUzdGpUvjLk27ytVuD_aFzkFqPCvKsrtA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/1a6d3d5c-9002-4d45-b92b-c0e641ebc75cn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CAE_u_P5eEi5bVAbbq%3DAWjteUHVxZ797WFvL544250-h8UiZu2w%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CAJwjk9z%2BjmMu2UGXbTZqXa15td11MPJ7RyCstypAf02m7_FVwQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/c6ce47a5-d064-4ac7-bda7-011d818ac4fcn%40googlegroups.com.
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/483889e0-463a-4fb9-8daa-1dd9a576013an%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CAKawoOZRX3psgPH6TYYNjO5%2BnBqW4xtnYgzjo%2BE2At%3DzkRpTwA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/9a23b18b-d90b-4e83-bd34-e059b54a6476n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CAG6Rg%2Bn-%2B3CXf_HBbDNh-vUf%2BvbWPLXN2ecKO%3DSgR-xxXzFXtQ%40mail.gmail.com.
You received this message because you are subscribed to a topic in the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/quarkus-dev/9pgWBYl6IqY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CAL%2BvToZ2yrKGF3_EYrCruo6nEuG0Hd01f6GYM9c4ncO6qpny%2BA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CAMmsnJg40PazHHUV2Xp8f_QC3h7sEDWADOsd5KqJkNiGgSCvCg%40mail.gmail.com.
It turns out that I don't have the karma to rename the branches