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
-
w0ble6288yTried most popular gui clients, ended up using SmartGit for its functionality and configurability.
-
Sayaka11028yCLI. Always CLI, unless if I have a merge conflict - then I use IntelliJ's merge tool
-
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. -
sp902188yCLI - 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/... -
f03n1x65808yGUI, 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. -
magnusi5838y@Deserter you can do stuff quicker, in an environment with no gui and can also abuse redirection to other commands with CLI
-
supex168yGit 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... -
nicholai8938y@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. -
@Zero6033 If it only takes that much to impress your peers... you should probably look for new peers.
-
netstar21058ySourcetree 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
Do you use Git with GUI or CLi?
undefined