awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to progit/progit2-zh

Open-source alternatives to Progit2 Zh

30 open-source projects similar to progit/progit2-zh, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Progit2 Zh alternative.

  • joshnh/git-commandsjoshnh 的头像

    joshnh/Git-Commands

    5,450在 GitHub 上查看↗

    This project is a curated Git command reference and version control cheat sheet. It serves as a workflow guide for initializing projects, managing branches, and coordinating changes between local and remote environments. The documentation provides a categorized list of commands to manage file snapshots, commit histories, and general development workflows. It maps common version control tasks to their specific shell syntax for quick reference. The reference covers several primary capability areas, including branch management, history inspection, and remote synchronization. It also includes gu

    在 GitHub 上查看↗5,450
  • progit/progit2progit 的头像

    progit/progit2

    6,522在 GitHub 上查看↗

    This project is a comprehensive educational resource and guide for learning the Git version control system. It serves as a technical documentation source for a textbook that explains the fundamentals, advanced workflows, and internal architecture of Git. The project is structured as a multi-format e-book, with source files designed to be compiled into various digital publication formats, including HTML, PDF, EPUB, and Mobi. It utilizes a dedicated build pipeline to generate and validate these documents. The content covers a broad range of version control capabilities, including history manip

    CSS
    在 GitHub 上查看↗6,522
  • geeeeeeeeek/git-recipesgeeeeeeeeek 的头像

    geeeeeeeeek/git-recipes

    14,752在 GitHub 上查看↗

    This project is an educational resource providing a detailed command reference, tutorial collections, and structured guides for mastering version control. It serves as a set of Chinese language tutorials based on international community best practices, designed to help users learn both the core concepts and practical applications of Git. The resource focuses on specific workflow guides for managing feature development, release cycles, and collaborative forking strategies. It pairs theoretical version control concepts with practical command-line examples to demonstrate real-world application.

    在 GitHub 上查看↗14,752

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • xirong/my-gitxirong 的头像

    xirong/my-git

    7,396在 GitHub 上查看↗

    my-git is a comprehensive framework and reference guide for Git version control administration, repository governance, and software release management. It provides a structured approach to managing the software development lifecycle, from initial feature branching to final production deployment. The project distinguishes itself through a specialized AI-assisted development framework. This includes workflows for managing AI-generated code via automated diff reviews, intent-based commit splitting, and governance models for multi-agent coordination and session isolation using worktrees. The cod

    Python
    在 GitHub 上查看↗7,396
  • xhacker/gitprotipsxhacker 的头像

    xhacker/GitProTips

    56在 GitHub 上查看↗

    Git Pro Tips

    在 GitHub 上查看↗56
  • agis-/git-style-guideagis- 的头像

    agis-/git-style-guide

    5,114在 GitHub 上查看↗

    This project is a version control style guide and contribution standard. It provides formal specifications for maintaining consistency in commit messaging, branch naming, and general development workflows within Git. The guide focuses on organizing project history through atomic commit structuring and specific rebasing strategies to ensure a clean, linear timeline. It establishes standardized conventions for naming branches with ticket identifiers and formatting commit messages to explain the reasoning behind changes. The framework also covers the coordination of team contributions through m

    在 GitHub 上查看↗5,114
  • natalialkb/learn-git-basicsNataliaLKB 的头像

    NataliaLKB/learn-git-basics

    66在 GitHub 上查看↗

    This workshop has been made for students of Founders and Coders, and therefore assumes that you have completed lesson 1 of Udacity's Git and GitHub course (as part of the precourse material)

    在 GitHub 上查看↗66
  • git-tips/tipsgit-tips 的头像

    git-tips/tips

    21,702在 GitHub 上查看↗

    This project is a curated collection of command reference guides and workflow documentation for Git. It provides a structured set of shell commands and practical techniques for managing version control and repository history. The guide focuses on specific high-level operational areas, including repository debugging via binary search and log inspection, the manipulation of commit history through squashing and rewording, and the synchronization of remote repositories. It also covers techniques for auditing project evolution and managing remote references. Additional capabilities cover general

    JavaScriptgittipstips-and-tricks
    在 GitHub 上查看↗21,702
  • defaultyuan/git-proDefaultYuan 的头像

    DefaultYuan/Git-Pro

    19在 GitHub 上查看↗

    微博:DefaultYuan

    在 GitHub 上查看↗19
  • doggy8088/learn-git-in-30-daysdoggy8088 的头像

    doggy8088/Learn-Git-in-30-days

    4,460在 GitHub 上查看↗

    This project is a technical training curriculum and step-by-step educational guide designed to take users from a beginner to an advanced level of Git proficiency. It serves as a structured tutorial for mastering Git version control, focusing on commands, data structures, branching strategies, and remote collaboration. The learning path is organized into a sequential thirty-day schedule that divides complex version control subjects into thematic units. This progression combines theoretical explanations with practical command-line tasks to reinforce technical understanding and muscle memory. T

    在 GitHub 上查看↗4,460
  • elidianaandrade/git-github-learning-questelidianaandrade 的头像

    elidianaandrade/git-github-learning-quest

    10,830在 GitHub 上查看↗

    This is a structured, gamified learning resource for Git and GitHub. It guides learners through code versioning fundamentals using a progression of themed levels and achievements, covering everything from initial repository setup to advanced collaboration workflows. The material is organized around core Git concepts such as branch isolation, commit snapshots, pull request workflows, remote synchronization, and stash management, all supported by a structured glossary of versioning terms. The project distinguishes itself by teaching Git and GitHub workflows through a hands-on, achievement-based

    gitgit-commandsgit-manual
    在 GitHub 上查看↗10,830
  • rafaballerini/gittutorialrafaballerini 的头像

    rafaballerini/GitTutorial

    10,518在 GitHub 上查看↗

    This project is a set of instructional resources and step-by-step guides designed for learning version control fundamentals and collaborating via remote hosting platforms. It provides a comprehensive tutorial for using Git and GitHub to manage code versions and track project history. The materials include a practical walkthrough of the GitHub workflow, specifically focusing on forking, cloning, and pushing changes to remote repositories. These guides serve as a learning resource covering both basic and advanced operations for managing file changes. The content covers core version control ope

    gitgit-commitgit-tutorial
    在 GitHub 上查看↗10,518
  • hakanyalcinkaya/kodluyoruz-frontend-101-egitimihakanyalcinkaya 的头像

    hakanyalcinkaya/kodluyoruz-frontend-101-egitimi

    10,938在 GitHub 上查看↗

    This project is a comprehensive full-stack web development course delivered through a video-based curriculum. It provides a structured learning path that integrates frontend and backend technologies, guiding users from fundamental concepts to advanced implementation across a multi-language stack. The curriculum distinguishes itself through a progressive layering of complexity, combining a React-based frontend course with a Python and Django backend course. It emphasizes professional workflow integration, featuring dedicated tutorials on Git and GitHub for version control and collaborative cod

    JavaScriptcssgitgithub
    在 GitHub 上查看↗10,938
  • blog/2019-how-to-undo-almost-anything-with-gitB

    blog/2019-how-to-undo-almost-anything-with-git

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • bingohuang/progit2-gitbookbingohuang 的头像

    bingohuang/progit2-gitbook

    468在 GitHub 上查看↗

    Pro Gi­t 第二版 ­简体中文

    Ruby
    在 GitHub 上查看↗468
  • arc90/git-sweeparc90 的头像

    arc90/git-sweep

    2,675在 GitHub 上查看↗

    A command-line tool that helps you clean up Git branches that have been merged into master.

    Python
    在 GitHub 上查看↗2,675
  • bigh/git-fuzzybigH 的头像

    bigH/git-fuzzy

    2,430在 GitHub 上查看↗

    interactive git with the help of fzf

    Shell
    在 GitHub 上查看↗2,430
  • beyang/hgoB

    beyang/hgo

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • alirezanet/husky.netalirezanet 的头像

    alirezanet/Husky.Net

    846在 GitHub 上查看↗

    Lint your commit messages, run tests, format or analyze code, and perform any other checks automatically when you commit or push. 🚀

    C#code-formatdev-dependenciesdeveloper-experience
    在 GitHub 上查看↗846
  • adamreeve/semver.netA

    adamreeve/semver.net

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • datarootsio/databooksD

    datarootsio/databooks

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • baba786/phabricator-mcp-serverB

    baba786/phabricator-mcp-server

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • desktop/desktopdesktop 的头像

    desktop/desktop

    21,587在 GitHub 上查看↗

    This project is a graphical desktop client for managing version control repositories. It provides a visual interface that translates complex command-line operations into intuitive workflows for tracking local code changes and synchronizing them with remote servers. The application distinguishes itself through integrated credential management and network configuration tools. It utilizes secure authentication flows to handle remote service logins and includes a network layer that automatically detects and applies system-wide proxy settings. These capabilities ensure that version control operati

    TypeScriptelectrongitgithub
    在 GitHub 上查看↗21,587
  • devhubapp/devhubdevhubapp 的头像

    devhubapp/devhub

    10,100在 GitHub 上查看↗

    Devhub is a cross-platform developer tool and event aggregator designed to monitor GitHub activities. It provides a unified interface for tracking issues, notifications, and user actions across multiple repositories, consolidating these updates into a single view to reduce notification clutter. The application utilizes a multi-column dashboard for organizing data streams via customizable filters and saved searches. This interface allows for the management of review queues, the monitoring of specific user actions, and the display of notification context without requiring navigation to the sour

    TypeScript
    在 GitHub 上查看↗10,100
  • devspace/awesome-github-templatesdevspace 的头像

    devspace/awesome-github-templates

    2,305在 GitHub 上查看↗

    :octocat: Curated list of GitHub Issues and Pull Requests templates

    在 GitHub 上查看↗2,305
  • dictcp/awesome-gitdictcp 的头像

    dictcp/awesome-git

    2,892在 GitHub 上查看↗

    A curated list of amazingly awesome Git tools, resources and shiny things

    在 GitHub 上查看↗2,892
  • colinlienard/gitlightcolinlienard 的头像

    colinlienard/gitlight

    925在 GitHub 上查看↗

    🐙 GitHub & GitLab notifications on your desktop

    Svelte
    在 GitHub 上查看↗925
  • chronos778/git-rewindC

    Chronos778/git-rewind

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • emirkivrak/gitostoryE

    emirkivrak/Gitostory

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • awetzel/gitexawetzel 的头像

    awetzel/gitex

    71在 GitHub 上查看↗

    Elixir implementation of the Git object storage, but with the goal to implement the same semantic with other storage and topics

    Elixir
    在 GitHub 上查看↗71