Wednesday, August 14, 2019

When you just push branches to master without doing "git pull" first...

...well, bad things happen don't they? Try not to get into this habit in the git paradigm. In Azure DevOps/Octopus CI orchestrations wherein a build number has to be manually incremented upon check in for every successful build this will in particular be a pain point when not getting the latest from master. You'll think you are incrementing the number when really someone else has already incremented the number to the same thing and already made their own commit.

No comments:

Post a Comment