About 52,000 results
Open links in new tab
  1. Git

    Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is easy to learn and has a tiny …

  2. Git - Downloads

    Git via Git. If you already have Git installed, you can get the latest development version via Git itself: git clone https://github.com/git/git You can also always browse the current contents of …

  3. Git - 安装 Git

    如果你想从源码安装 Git,需要安装 Git 依赖的库:autotools、curl、zlib、openssl、expat 和 libiconv。 如果你的系统上有 dnf (如 Fedora)或者 apt(如基于 Debian 的系统), 可以使 …

  4. Git - Downloading Package

    Jun 16, 2025 · Click here to download the latest (2.50.0) x64 version of Git for Windows. This is the most recent maintained build. It was released on 2025-06-16. Other Git for Windows …

  5. Git

    Git Basics. 2.1 Getting a Git Repository; 2.2 Recording Changes to the Repository; 2.3 Viewing the Commit History; 2.4 Undoing Things; 2.5 Working with Remotes; 2.6 Tagging; 2.7 Git …

  6. Git - What is Git?

    With Git, every time you commit, or save the state of your project, Git basically takes a picture of what all your files look like at that moment and stores a reference to that snapshot. To be …

  7. Git - git Documentation

    There are three commands with similar names: git reset, git restore and git revert. git-revert[1] is about making a new commit that reverts the changes made by other commits. git-restore[1] is …

  8. Git - Reference

    git config help bugreport Credential helpers Getting and Creating Projects. init clone Basic Snapshotting. add status diff commit notes restore reset rm mv Branching and Merging. …

  9. Git - Documentation

    The official and comprehensive man pages that are included in the Git package itself. Quick reference guides: GitHub Cheat Sheet | Visual Git Cheat Sheet Book

  10. Git - git Documentation

    Git 项目通常由一个工作目录和一个位于顶层的 ".git " 子目录组成。 除其他内容外,.git 目录还包含一个压缩对象数据库,代表项目的完整历史;一个 "index" 文件,将历史记录与当前工作区的 …