2

Which is the git client you use at your work?

Comments
  • 11
  • 1
  • 2
    @reflexgravity The ones I tried kinda suck. We have GitEye, but I hardly use it.
  • 8
    CLI, guis are for suckers
  • 1
    I tried gitkraken, it's pretty useful.
  • 2
    Fork, better than gitkraken
  • 2
    Used to use gitkraken until it gave me the finger with non-paid limitations

    and now - git-scm
  • 1
    @netikras Yeah. That's why I switched to SmartGit. The merge tool is bad. Instead I use the vs-code merge tool.
  • 0
    @010001111 I use Linux. I don't think they have one for linux.
  • 1
    Terminal all the way. Mainly use "git" and "tig".
  • 5
    Cli, but diff with vsCode.

    Git diff is painful
  • 1
    iTerm
  • 0
    git cli with vscode for diff
    GitLens on VSCode
  • 2
  • 5
    GitKraken until their limitations stunt. Tower on Windows until their even worse "mandatory update and now it's paid only lol" stunt. Seriously, fuck Tower. SourceTree is bearable.

    Nowadays IntelliJ's built-in Git client and the original CLI + kdiff3 occasionally. IntelliJ knows how to merge correctly. It's almost magical.
  • 1
    Visual Studio every time.
  • 4
    Git cli. Terminal master race.
  • 1
    90% of the time -> cli
    10% of the time... when really lazy... -> vscode... don’t judge me!
  • 1
  • 1
    Mostly CLI. Meld for merges.
  • 1
    Fork (best GUI I've tried so far) and CLI.
  • 1
    SmartGit. I tried Sourcetree but didn't like it, so I decided to buy SmartGit.
  • 1
    CLI and the occasional GitHub desktop
  • 2
    simple things like checkout, pull, push through cli. Everything else like, merge, squash, commit through Intellij
  • 1
    cli on linux fir simple stuff. sublime merge for merge conflicts and rebase, times when I need to see the log graph or need to resolve diffs. On windows I used GitExtension but if I were to code on windows I might go with sublime too because I can script and configure the hell out of it.
  • 0
    Command line, mostly.

    But I prefer a GUI for adding files and handling merges. vsCode does the job.

    I’ve occasionally used gitKraken to peek at stashes.
  • 0
    CLI for anything but merges that are larger than 4 files. Then I just open in any editor.
Add Comment