What about
joe
? Because the engineer who bootstrapped the project mistakenly put his name as the mainline branch and we realized it far too late during the lifecycle and the team decided to keep the branch name because it’s hilarious.Joe who?
Joe mama
deleted by creator
I’m using shenanigans now, fits the best methinks.
HEAD
It’s master3. Don’t question it!
prod
I like prod because it makes less assumptions on stability. It is what is being used, good luck with the rest.
Stick with the prod, its always a good idea to prod with the prod, stick with the prod.
hunter2
Why would you name a branch just 7 asterisks?
Boring answer: older repos are master, newer ones are main. I’ve worked at companies that did other things such as having the prod branch be a branch called prod.
Chaotic Evil should be the current sha hash.
Develop
should be Chaotic Evil.This is what is used where I work. I have never and will never understand why.
At some point in the past that was the only way to make the business run immediately when the boss said it needed to run immediately, and it’s been that way ever since
Feel like lawful evil fits better for master
Yall have multiple branches?
“Untitled”
Untitled-project2_final_fixed-3.zip
(empty string)
It’s
goshujin-sama
branch (i always commit directly to the main branch so i only have one, so why bother naming it. also YOU CANT STOP ME FROM DOING IT BWAHAHAHAHAHA)
qa.
All development happens in feature branches. Someone other than the original developer needs to build and test the feature on our development servers. If successful it gets merged into qa, where it gets built and tested against it qa servers. Production build are tags on qa.