About 30,400 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 footprint …

  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 the git …

  3. 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

  4. 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 …

  5. Git - GUI Clients

    Git comes with built-in GUI tools for committing and browsing , but there are several third-party tools for users looking for platform-specific experience. If you want to add another GUI tool to this list, …

  6. Git - Free and Open Source

    Git is released under the GNU General Public License version 2.0, which is an open source license. The Git project chose to use GPLv2 to guarantee your freedom to share and change free …

  7. Git - Downloading Package

    Mar 17, 2025 · Click here to download the latest (2.49.0) x64 version of Git for Windows. This is the most recent maintained build. It was released on 2025-03-17. Other Git for Windows downloads …

  8. Git - Branching and Merging

    The Git feature that really makes it stand apart from nearly every other SCM out there is its branching model. Git allows and encourages you to have multiple local branches that can be entirely …

  9. Git - 安装 Git

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

  10. Git - Installing Git

    Before you start using Git, you have to make it available on your computer. Even if it’s already installed, it’s probably a good idea to update to the latest version. You can either install it as a …