19

Dear Sourcetree,

Crash one more fucking time before I commit and I swear to god I will jump through a fucking moving semi truck.

Comments
  • 6
    GUIs make git more complicated than it needs to be, imo.
  • 1
    Try Fork. It is very similar to Sourcetree.

    @bahua I honestly can't imagine working with git in a command line.
  • 1
    @bahua tell that my colleagues, I need to fix it when they have issues with Sorcetree
  • 1
    @Lensflare

    I think when you use a graphical IDE it makes more sense to use a graphical git client. But I am editing files in a repo from the command line, so git commands just fit in alongside the edit commands.

    cd $REPO

    git pull

    vim <file>

    git commit -am 'the thing I did'

    git push

    git merge

    ^D
  • 2
    @bahua I'm using a graphical IDE with a terminal integrated (it's and IDE). I can't stand git GUIs
Add Comment