-
I think the current terrain of neovim Lua-based git plugins is still very immature and flowing. If you want stable and boring I would stay with https://github.com/tpope/vim-fugitive (see the overview article of the fugitive vimcasts series).
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
For most tasks I use the git command and lazygit. I do use gitsigns.nvim though, and it’s very handy to undo a hunk within neovim when my tests are messed up by a small change.
-
I deal with most of my git workflow from terminal simply because I find git to be easiest to use from the command line, where each command is verbose enough for you to understand what you are doing, and so is its output. Lately, with the introduction of the gh CLI things have gotten even easier, and all the workflow of branches, PRs, releases, runs and so forth is easily handled via command line as well: I wrote gh-f, an extension that integrates gh with fzf and you're good to go at the speed of light.
-
git-conflict that puts at your disposal straightforward interfaces to solve merge conflicts
-
git-messenger to have fancy git blames inline, but it isn't really necessary, more like a beautiful cherry to show off at work :p
-
I never found the git plug-ins that good for typical use either. I’m a big fan of tig for staging commits and things like that though.
-
For most tasks I use the git command and lazygit. I do use gitsigns.nvim though, and it’s very handy to undo a hunk within neovim when my tests are messed up by a small change.
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
ticket.vim
-
Git
Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.
If you are a fan of the quickfix list, you might enjoy using the git-jump script that is bundled with git: https://github.com/git/git/tree/master/contrib/git-jump