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
-
And here my fking git on Windows is throwing ssl error. Ssl is broken, and I am tired of finding a solution. Life is easy with command line on Linux.
-
aether626yI donno, I find GIT GUIs are much better for visualization and handling rebasing. CLI is good for other tasks, just use the right tool for the job.
-
C0D4681466yGit cli for normal stuff (commit, branching, push, pull, ect)
A GUI is handy for merge conflicts, logs ect. -
karelian3686yCertain topics have no middle ground.
For example, try proposing a compromise between tabs and spaces and soon a nice contingent from both camps will gather up and burn you as a heretic.
I think git is different. Give tig a try. -
I use 95% command line, but I like how Gitkraken has extra GitHub/Gitlab/etc integrations.
For example: When I want to quickly do code reviews, cleanups and merges on a bunch of pull requests while filtering them by CI status, I like it better then using Github's interface. -
TafT266y@bittersweet I'll suggest it is language specific although what I really want to say is WTF 3?!
-
@TafT
Without joking, I really feel 3 is perfect. Two doesn't stand out enough, four is a bit much. I only use it as a default for Haskell projects though. -
mundo0349796yI use gitkraken a lot, but since a found `git add -i` and `git add -p` i use it less.
I like to see the pretty merges and charts tho.
Related Rants
Using a git GUI is like dulling a sharp knife in fear of cutting yourself.
rant
git