About 50 results
Open links in new tab
  1. Git - Install

    About this site Patches, suggestions, and comments are welcome. Git is a member of Software Freedom Conservancy

  2. Git - Install for Windows

    Other Git for Windows downloads Standalone Installer Git for Windows/x64 Setup. Git for Windows/ARM64 Setup. Portable ("thumbdrive edition") Git for Windows/x64 Portable. Git for …

  3. 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 lightning fast and has a huge …

  4. Git - Installing Git

    This book was written using Git version 2. Since Git is quite excellent at preserving backwards compatibility, any recent version should work just fine. Though most of the commands we use …

  5. Git - Install for Linux

    It is easiest to install Git on Linux with your distribution's package manager. Debian/Ubuntu For the latest stable version for your release of Debian/Ubuntu # apt-get install git For Ubuntu, this …

  6. Git - Install for macOS

    There are several options for installing Git on macOS. Note that any non-source distributions are provided by third parties, and may not be up to date with the latest source release. Choose …

  7. Git - 安装 Git

    在你开始使用 Git 前,需要将它安装在你的计算机上。 即便已经安装,最好将它升级到最新的版本。 你可以通过软件包或者其它安装程序来安装,或者下载源码编译安装。

  8. Git - GUI Clients

    Git comes with built-in GUI tools for committing (git-gui) and browsing (gitk), but there are several third-party tools for users looking for platform-specific experience.

  9. Book - Git

    The entire Pro Git book, written by Scott Chacon and Ben Straub and published by Apress, is available here. All content is licensed under the Creative Commons Attribution Non …

  10. Git - Build from Source

    If you prefer to build from source, you can find tarballs on kernel.org. The latest version is 2.53.0. There's also an official GitHub mirror.