You're viewing a single thread.
All comments
13
comments
The worst is when some mfr pushes code that doesn't compile so when you get latest the whole build is broken
39 0 ReplyCI and basic PR rules should gate this entirely… this should never be a problem.
30 0 Replybasic PR rules
My company's code leads :
33 0 ReplyNo needs for pull requests when you commit directly to main.
18 0 Replyalso remember to use --force when pushing, your colleagues will love you
9 0 Replygit rebase -i --root git commit --amend --no-edit git push --force
8 0 Replyuse the force Luke!
5 0 Reply
Working in a startup is truly an experience
2 0 Reply
You owe 2 tokens to the “should jar”.
11 0 Reply
13
comments
Scroll to top