133
1geek0
7y

Life is like git...
Think before you commit

Comments
  • 4
    And you never know what you get
  • 2
    @juzles haha yeah
  • 3
    And find a master to merge to, and hope you don't cause conflicts. You don't want to rebase a relation
  • 2
    Why? One of the best things with git is history rewriting. Think before you push (and that's mostly true when pushing to non-user branches)
  • 3
    ... in case of conflicts, force push
  • 3
    I would love it if life was like Git. Commit when everything is fine, take a big chance, and if it doesn't work out, just revert to the last commit.

    A bit like "Groundhog Day", when Bill Murray gets to "refactor" the same day over and over until he perfectly nails it.
  • 1
    @Grumpy exactly. Rebase and ctrl-z in real life would be amazing. If that existed I'd be asking for a raise and promotion tomorrow. If they say no, revert.
  • 2
    And watch if you want to pull or push (doors)
Add Comment