Forgit: A utility tool powered by fzf for using Git interactively

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • setup

    My config, system settings, utilities, etc. (by kbd)

    If anyone cares, I do something similar with my git aliases: https://github.com/kbd/setup/blob/master/HOME/.config/git/co...

    So, "ga" similarly gives a fuzzy finder of files that are actually in git status, "gcp" lets me cherry pick one or more commits from a branch where both the branch and commits are picked with fzf, and so on.

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • forgit

    :zzz: A utility tool powered by fzf for using git interactively.

    No, they're not.

    `gcp` and `ga` are part of forgit, not OPs config. That's why searching the repo didn't find anything. I assumed they were part of OPs linked repo.

    `gcp` https://github.com/wfxr/forgit/search?q=gcp

    `ga` https://github.com/wfxr/forgit/search?q=ga

  • fzutils

    Command line utilities leveraging fzf

    Nice. I do something similar with simple scripts for fuzzy finding a file/sha, and then call them in place of one being expected, but this might tempt me to let someone else maintain it (with undoubtedly more thought and time put into it by a long shot) instead :)

    https://github.com/OJFord/fzutils

    I dislike all the short acronym-style aliases though; (I know it's fairly popular with git) not immediately obvious if it's supported to just use the usual commands.

  • tig

    Text-mode interface for git

    I use Tig [0] and highly recommend it. I do cherry picks there view blames, git greps, among other things.

    [0]: https://jonas.github.io/tig/

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Tig: Text-Mode Interface for Git

    2 projects | news.ycombinator.com | 3 Oct 2023
  • Work with Git Forges from Magit

    3 projects | news.ycombinator.com | 26 Jun 2022
  • Git GUI client for remote files

    3 projects | /r/git | 3 Apr 2022
  • Sequentially review and commit staged changes easily

    3 projects | /r/git | 18 Jan 2022
  • Xcode source control vs Standalone version control app

    2 projects | /r/iOSProgramming | 11 Jan 2022

Did you konow that Shell is
the 10th most popular programming language
based on number of metions?