It usually works out fine when you do a `git pull --rebase`, but not everyone does this or has it setup so pulling might have some nasty effects. Generally helps to consider a feature branch as a private branch. Don't push to other people's features without asking, don't fuck up other people's work.
OJFord|4 years ago
Such an annoying mess it leaves otherwise. And CI is building 'merge branch master', on the master branch, great.
lambic|4 years ago
mkesper|4 years ago
nyanpasu64|4 years ago
cpcallen|4 years ago
How does one set this up in GitHub actions?