16
BroCow
7y

Source tree opened

Finds new option 'cherry pick'

Wtf is this

Clicks on it

Wooow, there goes my master branch again

Comments
  • 3
    It's always painful when you finally get your cherry picked
  • 3
    Know your tools.

    And before you use some shitty GUI-tool for git, learn to use and understand git with the genuine CLI.

    When you know what you're doing, you can use whatever you think is worth it.
    But all GUI-clients for git that I have seen don't let you use the real power of git, most also do some confusing naming that does not refer to the original git commands.

    And now read some git tutorial, cherry pick is always one of the main commands described.
    And as next task, learn about git reflog to save you time after the next fuckup
  • 0
    Cool man thanks @ddephor
  • 0
    @ddephor at last I hear someone say what I insist on so much.

    I love you, man
Add Comment