10

What's your favourite git client and why?

Comments
  • 31
    Terminal, because terminal.

    (Faster to get shit done)
  • 4
    Terminal with shortform (g for git)
  • 5
    Mostly terminal and gitk
  • 4
    obviously terminal
  • 1
    Sourcetree :^)
  • 5
    Terminal.

    Feels weird to use a client for Git after gaining kinda good experience on Terminal (don't assess me 😆, I just like it)
  • 2
    Depends.
    Always terminal at office.
    Mostly terminal at github personal repos.
    If small readme or PR changes, I just use the github UI.
  • 2
    I use Gitkraken pro. It is awesome for most projects (unless it gets bigger than 3.5 Gb). Also take a look at ungit, it is special https://github.com/FredrikNoren/...!
  • 1
    SourceTree for Windows and the terminal for Linix
  • 1
    Terminal. If I'm feeling fancy, I open gitg, once in a while, only for reading.
  • 4
    Terminal + gitkraken for diffs and staging
  • 1
    Git Bash.
  • 0
    Another source tree user here.
  • 3
    `sudo apt install git`
  • 2
    I really like Tower - great interface for viewing diffs and different branches.
  • 1
    Command line git for getting stuff done, tig for tracking merged branches, zsh + agnoster integration for showing off.
  • 1
    Terminal for very simple commands, Gitkraken for nore complex stuff
  • 1
    I mainly used TortoiseGit on my windows days. And now SmartGit on linux.

    Why? Because I am more comfortable with GUI than terminal.

    // Curse me slowly 😳
Add Comment