74

I just joined a company where all push to master branch. 🙄

Comments
  • 5
    Welcome to devRant. I do it too. It's feels good.
  • 0
    Howdy and welcome!
  • 0
    Welcome to the community ☺
  • 2
    If it is small team, small project or you need only one deployment, I don't see why not using only master branch.

    Who bothers himself with branches, merges, cherry pick commits and stuff? Just use it to share code.

    Welcome btw.
  • 1
    They are probably just maturing away from a shared drive, SharePoint, or from the "checkout" (Visual Source Safe) kind of source control.
  • 15
    Be happy they are using git at the least
  • 1
    Try to teach them the beauty of development (and release) branches!
  • 1
    We push our base project to master. Other branches are for enhancements to the project before we sync it to the master. Took us 6months before we starten using another branch :p
    Also ; only 2 devs
  • 0
    Start educating...
  • 1
    push --force all the things!
  • 0
    We do this and will probably never change but it's leagues ahead of CVS and having to notify everyone to stop checking in while you check in one file at a time.
  • 0
    Motivation for your team.
  • 0
    Motivation for your team.
  • 0
    We did that at my previous company. It worked fine, but I was the only one even close to being junior. Everyone else was much older and had worked with code for a long time.

    But we very rarely had someone check something in that fucked things up.
Add Comment