• @erogenouswarzone@lemmy.ml
      link
      fedilink
      English
      21 year ago

      I hear what you’re saying.

      First, I hard disagree with you. Overwriting my local version of code is a parachute - not an ideal landing, but better than merging by hand.

      Also, my comment was not an attempt to teach everything about git, just to explain what is happening in simple terms, since git requires a lot of experience to understand what those messages mean.

    • @zalgotext@sh.itjust.works
      link
      fedilink
      11 year ago

      If you use a squash workflow, you’re going to be force pushing a ton.

      Never force git to do anything. If you’re forcing something you’re doing it wrong.

      This is bad advice. Better advice would be “know and understand your tool, and know the consequences of your actions”.