You must log in or register to comment.
You guys actually release stuff?
How do you accidentally force push lol
I assume the accident was not to force push, but to the wrong branch
I hope they learned the value of protecting your branches.
This is why I always
git push origin +branch_name
My go-to these days is to push the current branch, dynamically.
git push origin HEADDepending on the VC, HEAD has different prefix/suffixes to make it work.
Edit: formatting, also I never checkout master I do origin/master so I cannot even push it with this method. I think
Git rebase makes it possible getting used to do so
But why is it a major number?
How do they get the numbering system? Is it automatic somehow?
Pretty sure they just type it in manually. See named tags in git.