17

Do you use Git with GUI or CLi?

Comments
  • 2
    @Haxk20 Why? Honestly I'm using GUI for the simplicity
  • 9
    Gitkraken!
  • 10
    terminal... and only in the terminal
  • 4
    Both
  • 0
    Both, depending on situation.
  • 0
    Mostly - terminal. But when I need to commit not all files or revert changes - GUI.
  • 2
    Cli running detached head
  • 1
    Big cli fan here, but git needs a gui.:b
  • 2
    I'll take the command line interface, I use the terminal for everything. i3 ftw
  • 4
    Always CLI!
    GUIs are for scrubs ^_^
  • 0
    Tried most popular gui clients, ended up using SmartGit for its functionality and configurability.
  • 1
    CLI. Just recently aliased 'git flow feature start' to gitffs. Its nice.
  • 1
    GUI. GitKraken. Wow.
  • 0
    I never use cli, unless for git and node server management..
  • 3
    GUI. I use sourcetree.
  • 0
    CLI. Always CLI, unless if I have a merge conflict - then I use IntelliJ's merge tool
  • 0
    Stage in GitKraken and commit with commitizen cli
  • 1
    CLI for push, pull, commit, merge, status, etc.

    GUI for blame & log (from IDE), because it offers some convenience.

    Some global OS hotkeys with specific commands, like doing a pull-commit-push "sync" on personal dotfiles, doing git pull-rebase-autostash on all repos simultaneously, or running git bisect good/bad/old/new on revisions.
  • 0
    CLI all day everyday
  • 0
    Terminal. Always. I forgot git GUIs even existed
  • 0
    CLI - because it makes my boss Think im smarter than i am 😂😆

    Actually i use GUI to cherry pick and CLI to commit, pull, push, check logs and so on 🍻

    And i do emojies in commits
    https://webpagefx.com/tools/...
  • 0
    @nicholai @Skayo @Sarcaxxo I tried Gitkraken once... did not end well for me. Tried to merge two commits, ended up ruining both of them. Spent an hour trying to fix it. First and last time I use GUI for git
  • 2
    GUI, not sure why people say it's slow I do a couple clicks type my commit message and commit and push.

    Though I have used CLI before, I'd probably use it if I had more reason to do so.
  • 0
    @Deserter you can do stuff quicker, in an environment with no gui and can also abuse redirection to other commands with CLI
  • 0
    GUI for mergin (jetbrains has an awesome plugin ) else CLI
  • 1
    <sarcasm>SVN</sarcasm>
  • 0
    Git with CLI because my first exposure started on the CLI and now I find most GUIs confusing and cumbersome (GitHub + GitKraken).

    But I only use a max of 5 commands anyway...
  • 1
    @ChainsawBaby i dunno when you did it, but that's another thing i do with GitKraken.
    We use Greenkeeper.io and sometimes we will have 3-5 PRs with package upgrades and I will merge all together like that.
    The software has improved drastically the past months, you should give it a go again.
  • 0
    inside ide, so gui
  • 0
    I'll never use GUI.
    It's always Command line.
  • 0
    If you use the console you will impress your peers and look intelligent xD
  • 2
    @Zero6033 If it only takes that much to impress your peers... you should probably look for new peers.
  • 0
    @bittersweet jajaja probably xD
  • 0
    Sourcetree to pull or branch from Repo (Repo is Stash with Jira tie in)

    IntelliJ for everything day to day (IntelliJ is my ide)

    Cli for when I really mucked up or just need to revert the entire merge mid process
Add Comment