I used CVS and ClearCase before moving into Git, and it took me some time to adjust to the fact that the cost of branching in Git is much much less than ClearCase. And getting into the “distributed” mindset didn’t happen overnight.

  • @SpeakinTelnet
    link
    54 months ago

    alias fuckit=“git add . && git commit -a && git push -f”