My .gitconfig File Dissected

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
  • tig

    Text-mode interface for git

    If you want an interactive commit graph, among other features, look at tig https://jonas.github.io/tig/

  • 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
  • dotfiles

    Really cool, here's mine [0] that's slightly longer. I also have a bunch of other stuff that you may like.

    I also have a few handy aliases for commands I never remember [1]. Don't need to have shortcuts like `git co` and others, because I use CMD + R with fzf to find what I need.

    [0]: https://github.com/artuross/dotfiles/blob/main/home/dot_conf...

  • ohmyzsh

    🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community.

    more often than stashing.

    I also am a fan of git-brv from git extras (list branches verbose sorted by date - with the option to sort reverse so the last modified branch is the last one on your terminal)

    And also git-trim - clean up merged branches

    [1]: https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git

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

  • 8 Awesome Developer Tools You Didn't Know About

    2 projects | dev.to | 11 Aug 2022
  • Unable to git clone private repositories with Github Actions

    4 projects | /r/rust | 7 Aug 2021
  • 5 ultimate resources for git #1

    2 projects | dev.to | 17 Jul 2021
  • Migrating from nvm to mise

    2 projects | dev.to | 20 Nov 2024
  • 10 Tips to Code Faster - Guaranteed Without AI ! 🚀

    3 projects | dev.to | 12 Nov 2024

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