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
-
Use them together or whatever works for you. Don't follow the X is better than Y dogma. :)
-
CLI because there is no GUI on a server and I don't want to learn two different interfaces.
-
windows ? GIT BASH
LINUX ? TIG
i also use (source tree/GitHub desktop) but only to clone my repositories easily.
command line > gui -
I am the only one working on my project but it just feels so nice to git push at the end of a session 😄😄
-
Double-A4357yMainly SourceTree. Much easier to have an overview of the changed files, when you only want to commit some.
-
Gui because pressing two buttons is more easy than typing the same commands all over again and more easy to see what has been changed.
-
px0622467yI prefer the Visual Studio way of picking what to merge and using diff, but for everything else I use CLI.
-
Kinda prefer GUI (SmartGit my favorite on), but only because I need to manage a lot of repositories (easy switching, rebasing, review changes, branching, git-flow, etc.). But also I'm not running from CLI at all.
Both are equally good. -
Both. Generelly GUI(why replace a push of a button with typing a command?). Visual Studios GUI at work, Gitkraken at home. Though sometimes the GUI is the slower way for some task, or something isn’t implemented and then I use CLI.
-
@chrisrhymes tons of them. The cli version even comes with a few visual tools that offer a gui.
-
monnef3157yMost of the time GUI (IntelliJ IDEA), sometimes CLI (when I am not working with code so I don't miss highlighting, jump to source and so on).
-
I prefer CLI, cuz if I'm going to commit each file I modified it will take ages on Android studio/Xcode/Visual Studio
But then came Visual Studio Code, I really like it's git tab and is simple -
CLI, but my job requires me to use a GUI tool because they think there's less of a chance to mess it up xd
-
mundo0349797yBoth.
I use CLI to clone, push, pull whatevs.
I use GUI to read through histories, see pretty charts and stuff (gitKraken)
Related Rants
Do you guys use git?GUI or terminal?why?
undefined
gui
terminal
git
github
bitbucket
gitlab