18

Always use a feature branch and push your work at the end of the day!

Comments
  • 1
    I push directly to master...
  • 1
    @CoffeeNcode I like to live on the edge called prod.
  • 0
  • 1
    Till last month, we maintained 2 branches for dev and prod code.
    How to take code from dev to prod branch? Just compare each file of dev with prod code and manually merge them. Plus every one was pushing the code directly to dev branch and in a day we have almost 500 commits. How convenient! šŸ˜

    When I argued that QA guys are suffering with this approach, they assured me that it'll be fixed. Then we had dev, qa, and prod branch. The developers had to manually merge code twice.
Add Comment