Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Try Fork. It is very similar to Sourcetree.
@bahua I honestly can't imagine working with git in a command line. -
@bahua tell that my colleagues, I need to fix it when they have issues with Sorcetree
-
bahua129045y@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 -
@bahua I'm using a graphical IDE with a terminal integrated (it's and IDE). I can't stand git GUIs
Related Rants
Dear Sourcetree,
Crash one more fucking time before I commit and I swear to god I will jump through a fucking moving semi truck.
rant
sourcetree