GitUp
neogit
GitUp | neogit | |
---|---|---|
26 | 55 | |
11,537 | 4,118 | |
0.1% | 2.7% | |
7.4 | 9.9 | |
4 months ago | 3 days ago | |
Objective-C | Lua | |
GNU General Public License v3.0 only | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
GitUp
- GitUp
-
Lazygit: Simple terminal UI for Git commands
FWIW, the per line staging functionality in GitUp (https://gitup.co/) is quite easy and straightforward. Very lightweight program that you can open via cli (`gitup` when in a git directory)
-
Please release nano under less restrictive license so we can use it
Not quite true, though while I was there, many fellow employees misunderstood the rules to mean that you couldn't use GPL software on your machine. At least as of a few years ago, the official ruling was that any open-source software _required_ for you to do your job had to be approved by an internal council of sorts, and GPL and AGPL software was right out. You could, however, use any open-source software you wanted (including GPL and AGPL) so long as it was (1) for personal use, (2) not absolutely mandatory for you to do your job (e.g. some niche software or library propping up your employment), and (3) there was some other alternative tool that you could use if necessary.
So, for instance, a GPL-licensed git client like GitUp[1] was fine to use, and didn't require clearance. You could totally also install a newer version of Nano if you wanted, too.
But, the rules _were_ somewhat vague and scary-sounding, so many engineers I worked with took the rules to mean "absolutely no GPL software under any circumstances".
What email is actually talking about is the option to bundle Nano _with the OS_, which Apple can't do with GPLv3 software. That's why for years, macOS has had an absolutely ancient version of bash (before the license was updated to GPLv3), and switched to zsh in newer versions of the OS.
[1]: https://github.com/git-up/GitUp
-
GIT GUI tool or command line?
Gitup \Mac only]) and the command line at the same time. There are some esoteric commands I can’t remember so it’s nice having a GUI to do it and it’s nice having visual feedback incase of a screwup.
-
Who uses GitHub Desktop?
I only use it to keep track of certain projects. Gitup (Mac only) is another GUI client I use for visualizing progress and undoing mistakes.
-
What apps should I get if I am a programmer in college? Also looking for an app to keep me organized and to brainstorm. Thanks guys.
A git client: Fork (paid), GitFox (paid), or Tower (subscription) for git version control. Which one you use is personal preference / price sensitivity. It's Ford vs Chevy. GitUp is free but a little weirder UI, though very powerful.
-
Git-Sim: Visually simulate Git operations in your own repos with a single terminal command
I typically use the CLI, but GitUp is the best git visualization tool I've ever found (although it's mac-only).
-
Where are my Git UI features from the future?
I Ctrl+F'd for GitUp based on the title, it deserves mention here.
It's all-in on Mac, unfortunately.
https://github.com/git-up/GitUp
> GitUp is built as a thin layer on top of a [Mac-only] reusable generic Git toolkit called "GitUpKit"
-
Ask HN: What was the best software that you used during 2022?
I thought Windows Sandbox would be more useful but over time I just haven't fired it up... I kind of forgot about it. I do use Hyper-V.
Every Windows user should run WizTree on their personal machines at least once a year to get a lightning fast report on disk space usage. Cleanup should start wih the largest items or you're just wasting your time! https://news.ycombinator.com/item?id=33893815#33894842
Bitvise SSH Server is also now free for personal use. I've been using it for over a decade since it offered simple multifactor authentication before OpenSSH (IIRC) and can block most bots by client identifier (libssh) -- security through obscurity works spectacularly here because OpenSSH does not yet support this. Their free-as-in-beer SSH client is a great GUI for port forwarding, SFTP, etc. but I dislike the built-in terminal's clipboard handling.
A Mac-only recommendation: https://gitup.co a GPL3 Git client with a unique UI and undo. https://news.ycombinator.com/item?id=27579701&p=2#27580659
If you use Pandora, check out the pianobar cli. For Twitch, there is Chatty (+streamlink cli & VLC).
I set up signald with a Google Voice number but haven't continued down the path of automating Signal.
I tried Tailscale (2021?) but it seemed a bit early, couldn't log out yet. So I went with ZerotTier. https://news.ycombinator.com/item?id=30284754
-
[2022 Day 5] CrateMover 9001 powered by Git + Bash (visualized using GitUp, do you know better tool to visualize git tree?)
The tool used to visualize Git Tree: GitUp (looking for something better)
neogit
-
Neovim for beginners
Neogit
-
Neovim: creating keymaps in lua
I would use this feature of lazy.nvim in a plugin that I rarely need. Something neogit for example. I can spend hours coding without using it. In that particular case I think is nice to have the option to load it when I actually call it.
-
GitUI
This looks very much like the Noevim plugin I began using about a month ago: neogit[0].
The keybindings were a bit rough, and it took me about an hour of use before I was really comfortable with the overall workflow. Once I was, though, I’ve found it to be much faster than my previous workflow (suspending neovim and using git directly in the shell).
0: https://github.com/NeogitOrg/neogit
-
Is there a discard all option in neogit?
Edit: FYI: I made a feature request and got the answer, that it it possible to visually select the files and discard them like this together.
- Massive Update to Neogit and New Home!
-
What IDEA or Vscode feature/function you want to have in neovim eco-system?
This is what I use for general git interaction and it‘s pretty neat: neogit. Also integrates diffview
-
Magit
For neovim users, there's a work-in-progress clone, neogit: https://github.com/timUntersberger/neogit/
Some of my colleagues use emacs/magit, and after seeing how absolutely lovely the workflow is, I've put in a lot of work over the last few months expanding it. You can check out my fork here: https://github.com/ckolkey/neogit/
One thing I particularly like to tease my emacs' colleagues about is that my magit is faster than theirs thanks to neovim's async capabilities.
- Your favourite Neovim plugins?
-
What do you use for git integration in neovim?
You could use neogit (https://github.com/TimUntersberger/neogit) for basic commands however I have found it's easier / more versatile to just use lazygit in either another tmux tmux window or within neovim itself.
-
Switching from Emacs. My experience
The only thing I truly miss from Emacs is [Magit](https://magit.vc/) since I still consider it the best git wrapper available. It is just too good. Unfortunately [Neogit](https://github.com/TimUntersberger/neogit) is not quite there yet although I hope it makes it at some point. I didn't like [Fugitive]https://github.com/tpope/vim-fugitive), but I ended up finding a good enough workaround by using [Lazygit](https://github.com/jesseduffield/lazygit) through [Toggleterm](https://github.com/akinsho/toggleterm.nvim).
What are some alternatives?
git-cola - git-cola: The highly caffeinated Git GUI
vim-fugitive - fugitive.vim: A Git wrapper so awesome, it should be illegal
forgit - :zzz: A utility tool powered by fzf for using git interactively.
lazygit.nvim - Plugin for calling lazygit from within neovim.
git-extras - GIT utilities -- repo summary, repl, changelog population, author commit percentages and more
octo.nvim - Edit and review GitHub issues and pull requests from the comfort of your favorite editor
jj - A Git-compatible VCS that is both simple and powerful
lazygit - simple terminal UI for git commands
git-stack - Stacked branch management for Git
difftastic - a structural diff that understands syntax 🟥🟩
sublime_merge - Issue tracker for Sublime Merge
gitsigns.nvim - Git integration for buffers