Git

Open-source projects categorized as Git

Top 23 Git Open-Source Projects

  • gitignore

    A collection of useful .gitignore templates

    Project mention: Create and Release a Private Python Package on GitHub | dev.to | 2024-10-20
  • 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
  • 30-seconds-of-code

    Short code snippets for all your development needs

    Project mention: 10 Useful GitHub Repos Made for Front-End Developers in 2024 | dev.to | 2024-10-07

    30 Seconds of Code

  • devops-exercises

    Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions

  • lazygit

    simple terminal UI for git commands

    Project mention: Lazy Docker: The lazier way to manage everything Docker | news.ycombinator.com | 2024-11-22

    If you like lazydocker also check out lazygit by the same author: https://github.com/jesseduffield/lazygit

  • bat

    A cat(1) clone with wings.

    Project mention: Hyperfine: A command-line benchmarking tool | news.ycombinator.com | 2024-11-18

    Perhaps interesting (for some) to note that hyperfine is from the same author as at least a few other "ne{w,xt} generation" command line tools (that could maybe be seen as part of "rewrite it in Rust", but I don't want to paint the author with a brush they disagree with!!): fd (find alternative; https://github.com/sharkdp/fd), bat ("supercharged version of the cat command"; https://github.com/sharkdp/bat), and hexyl (hex viewer; https://github.com/sharkdp/hexyl). (And certainly others I've missed!)

    Pointing this out because I myself appreciate comments that do this.

    For myself, `fd` is the one most incorporated into my own "toolbox" -- used it this morning prior to seeing this thread on hyperfine! So, thanks for all that, sharkdp if you're reading!

    Ok, end OT-ness.

  • github-cheat-sheet

    A list of cool features of Git and GitHub.

  • Gitea

    Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD

    Project mention: Gitlab names Bill Staples as new CEO | news.ycombinator.com | 2024-12-06

    See this issue: https://github.com/go-gitea/gitea/issues/1029

    For years, "self-hosting" Gitea wasn't done because it was missing a bunch of useful collaboration features. Now, it looks like that gap has been closed. All of the specific features mentioned in that issue seem to have been fixed, and the big remaining task is figuring out below to actually migrate all the existing data out of GitHub -- which doesn't seem to be super high on the priority list.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • Gogs

    Gogs is a painless self-hosted Git service

    Project mention: 100+ Must-Have Web Development Resources | dev.to | 2024-10-14

    Gogs: An easy-to-setup self-hosted Git service.

  • cli

    GitHubโ€™s official command line tool

    Project mention: Detecting and Analyzing Comment Quality Using Vector Search | dev.to | 2024-12-12

    Navigate to this GitHub repository in your web browser and clone the repository to your computer. If you have the GitHub CLI you can run the following from your command line:

  • Files

    A modern file manager that helps users organize their files and folders.

    Project mention: Files | news.ycombinator.com | 2024-03-18
  • logseq

    A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base. Use it to organize your todo list, to write your journals, or to record your unique life.

    Project mention: How to Apply Zettelkasten with Obsidian | dev.to | 2024-11-25

    I previously discussed how to apply this method using Logseq, another popular tool that has strong support for journaling. This time, we'll explore how to apply the same principles to Obsidian, another very popular note-taking app.

  • husky

    Git hooks made easy ๐Ÿถ woof!

    Project mention: Starting React Native Project in 2025 | dev.to | 2024-11-25

    Husky improves your commits and more ๐Ÿถ woof!

  • harness

    Harness Open Source is an end-to-end developer platform with Source Control Management, CI/CD Pipelines, Hosted Developer Environments, and Artifact Registries. (by harness)

    Project mention: Harness Open Source: All-in-One Software Delivery Platform for Developers | news.ycombinator.com | 2024-09-25
  • bruno

    Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)

    Project mention: Top 10 HTTP Testing Tools for Mac in 2024 | dev.to | 2024-12-09

    Tool Name Free Version Open Source Website Apidog Free Basic Plan No https://apidog.com Postman Free Basic Plan No https://www.postman.com Insomnia Free Basic Plan Yes https://insomnia.rest Paw Paid No https://paw.cloud Hoppscotch Free Yes https://hoppscotch.io Bruno Free Yes https://www.usebruno.com Thunder Client Free No https://www.thunderclient.com Advanced REST Client Free Yes https://github.com/advanced-rest-client/arc-electron HTTPie Free Basic Plan Yes https://httpie.io RestClient Free Yes https://github.com/rest-client/rest-client

  • gitbook

    The open source frontend for GitBook doc sites

    Project mention: 8 Nifty API Documentation Tools | dev.to | 2024-07-17

    8. GitBook

  • Wiki.js

    Wiki.js | A modern and powerful wiki app built on Node.js

    Project mention: Show HN: We built a FOSS documentation CMS with a pretty GUI | news.ycombinator.com | 2024-09-05
  • delta

    A syntax-highlighting pager for git, diff, grep, and blame output

    Project mention: Delta: A syntax-highlighting pager for Git, diff, grep, and blame output | news.ycombinator.com | 2024-11-08

    Thanks! https://github.com/dandavison/delta/pull/1893

    > To automatically display the light or dark version of images depending on their gh theme

    Ah, good call. That could be a nice improvement -- creating light and dark versions of the screenshots with switching as you describe.

  • hub

    A command-line tool that makes git easier to use with GitHub.

  • tips

    Most commonly used git tips and tricks.

  • desktop

    Focus on what matters instead of fighting with Git.

    Project mention: 12 Steps to Organize and Maintain Your Python Codebase for Beginners | dev.to | 2024-10-30

    Iโ€™m not going to dive into Git commands here โ€” you can find plenty of tutorials online. If youโ€™re not a fan of using the plain terminal CLI, you can also manage repositories with tools like GitHub Desktop or SourceTree, which provide a more visual, intuitive interface.

  • gitui

    Blazing ๐Ÿ’ฅ fast terminal-ui for git written in rust ๐Ÿฆ€

    Project mention: GitUI | news.ycombinator.com | 2024-01-07

    I was missing interactive rebase, as it is missing from libgit2

    https://github.com/extrawurst/gitui/issues/32

  • gitleaks

    Find secrets with Gitleaks ๐Ÿ”‘

    Project mention: Gitleaks โ€“ Protect and Discover Secrets | news.ycombinator.com | 2024-09-08
  • dolt

    Dolt โ€“ Git for Data

    Project mention: liquibase alternatives - Logidze and dolt | libhunt.com/r/liquibase | 2024-11-19
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Git discussion

Log in or Post with

Git related posts

  • I'm daily driving Jujutsu, and maybe you should too

    2 projects | news.ycombinator.com | 12 Dec 2024
  • Detecting and Analyzing Comment Quality Using Vector Search

    3 projects | dev.to | 12 Dec 2024
  • Jujutsu: A Git-compatible VCS that is both simple and powerful

    1 project | news.ycombinator.com | 12 Dec 2024
  • Ask HN: Git Alternatives โ€“ Sapling vs. Jj

    7 projects | news.ycombinator.com | 7 Dec 2024
  • Crafting a Custom SAM Template for Your AWS Lambda Function, Resource, and Operations

    5 projects | dev.to | 10 Dec 2024
  • LLM Abstraction levels inspired by Fish Eye lens

    1 project | news.ycombinator.com | 9 Dec 2024
  • Gitlab names Bill Staples as new CEO

    1 project | news.ycombinator.com | 6 Dec 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 12 Dec 2024
    SaaSHub helps you find the best software and product alternatives Learn more โ†’

Index

What are some of the best open-source Git projects? This list will help you:

Project Stars
1 gitignore 163,024
2 30-seconds-of-code 122,005
3 devops-exercises 66,925
4 lazygit 54,127
5 bat 50,069
6 github-cheat-sheet 48,632
7 Gitea 45,524
8 Gogs 45,211
9 cli 37,513
10 Files 34,877
11 logseq 33,380
12 husky 32,744
13 harness 32,322
14 bruno 28,379
15 gitbook 27,279
16 Wiki.js 24,990
17 delta 24,676
18 hub 22,852
19 tips 21,404
20 desktop 19,961
21 gitui 18,689
22 gitleaks 18,133
23 dolt 18,046

Sponsored
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

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