Earlier quoted context omitted.
You probably shouldn't act like a dick online with your linkdin page in your bio dude. Just a tip.
I guess I'm striking a nerve this morning and am extra dense. my apologies. I guess people think I'm trolling but that wasn't my intention. Can you explain how I'm being a dick? I'm serious.
Git v2.14.0 released
51–58 of 58 posts
Re: Git v2.14.0 released
#52I shouldn't find this shocking, but so few feminine sounding names on the list of contributors. Bummer.
Re: Git v2.14.0 released
#53Does anyone here have suggestions for git GUI? I used SourceTree for a few years, but a while back they started adding a bunch of tracking scripts, which I'm uncomfortable with. I can generally get by fine with the CLI, but whenever I need to do anything even slightly unfamiliar, I like being able to put on training wheels and have a GUI guide the way. I think git would benefit from a type of "training wheels" config…
I'd love to see an opinionated git GUI that doesn't aim to replicate all the features of the command line, but instead focuses on streamlining the daily work of a software developer working on features and bugs.
Re: Git v2.14.0 released
#54Heads up - Gitlab doesn't support this release, 9.5.0 should support it. https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13344
https://github.com/git-for-windows/git/releases/tag/v2.14.0....
Re: Git v2.14.0 released
#55Earlier quoted context omitted.
I know it's not a GUI (you'd class it as a TUI, I guess), but Tig is fantastic. I use it in combination with the command line, mainly for quickly viewing recent commits, diffs and staging hunks. https://github.com/jonas/tig
I love using tig, but never knew that it had the ability to stage files. Will definitely check that out. Thanks for the heads up!
Re: Git v2.14.0 released
#56Heads up - Gitlab doesn't support this release, 9.5.0 should support it. https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13344
To be clear, this is only relevant for Windows. Otherwise, GitLab will work fine with clients on 2.14.0. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13344
Re: Git v2.14.0 released
#57Does anyone here have suggestions for git GUI? I used SourceTree for a few years, but a while back they started adding a bunch of tracking scripts, which I'm uncomfortable with. I can generally get by fine with the CLI, but whenever I need to do anything even slightly unfamiliar, I like being able to put on training wheels and have a GUI guide the way. I think git would benefit from a type of "training wheels" config…
magit. Worth installing emacs just for that.
Re: Git v2.14.0 released
#58Does anyone here have suggestions for git GUI? I used SourceTree for a few years, but a while back they started adding a bunch of tracking scripts, which I'm uncomfortable with. I can generally get by fine with the CLI, but whenever I need to do anything even slightly unfamiliar, I like being able to put on training wheels and have a GUI guide the way. I think git would benefit from a type of "training wheels" config…
magit. Worth installing emacs just for that.