1

Isn't git supposed to ease your life?

Comments
  • 6
    Yes. You could branch the source code , you could see history , do time travel and stuff.
  • 20
    Hammers are supposed to make building things easier, but you wouldn't have much luck using a sledgehammer building a Swiss watch.

    That's not the fault of the hammer or who built it, it's the person swinging away at those tiny cogs bitching about how shitty hammers are.
  • 1
    And complicate it as well with all the wonky and complex syntax
  • 1
    Sourcetree will make your life easier
  • 8
    Git is one of the greatest (if not the greatest) tools I ever used. Even if you fuck up, it usually let’s you unfuck it. I’ve seen very very few cases where someone fucked up with git to an un-unfuckable extend. And if so, usually it included force commands and a person that had no clue what he’s doing.
  • 3
    Try to unfuck fucked up things with azure 🤯
    Git is a breeze
  • 2
    @bedawang

    I am using Azure right now. How to unfuck thing with it?

    Is it just me or is testing just non-existence in Azure?
  • 1
    @mr-user if you find out how, let me know 🍺
  • 1
    Git is awesome. Especially if you also know the old days of SVN and CVS.
  • 0
    @bedawang

    Put everything in different resource group.

    1) Write down every thing you want to test in a list.

    2) Test it in that resource group

    3) Migrate everything to production resource group

    4) Nuke the testing resource group

    5) Hope it work in production!!

    I been thinking of trying out terraform tool. Maybe infrastructure as a code will help in nuking thing faster.
  • 2
    @just8littleBit “to an unfuckable extend” damn that’s a good phrase.
  • 1
Add Comment