enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Git - Downloads

    git-scm.com/download

    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 repository using the web interface.

  3. Git - Downloading Package

    git-scm.com/downloads/win

    Click here to download the latest (2.47.0(2)) 64-bit version of Git for Windows. This is the most recent maintained build. It was released on 2024-10-22. Other Git for Windows downloads Standalone Installer. 32-bit Git for Windows Setup. 64-bit Git for Windows Setup. Portable ("thumbdrive edition") 32-bit Git for Windows Portable. 64-bit Git ...

  4. Git

    git-scm.com

    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 with lightning fast performance.

  5. Git - Installing Git

    git-scm.com/book/en/v2/Getting-Started-Installing-Git

    There are also a few ways to install Git on Windows. The most official build is available for download on the Git website. Just go to https://git-scm.com/download/win and the download will start automatically.

  6. Git

    git-scm.com/book

    Download Ebook 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 Commercial Share Alike 3.0 license .

  7. Git - First-Time Git Setup

    git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup

    On Windows systems, Git looks for the .gitconfig file in the $HOME directory (C:\Users\$USER for most people). It also still looks for [path]/etc/gitconfig , although it’s relative to the MSys root, which is wherever you decide to install Git on your Windows system when you run the installer.

  8. Git - GUI Clients

    git-scm.com/downloads/guis

    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, just follow the instructions .

  9. Git - Downloading Package

    git-scm.com/downloads/mac

    Download 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 one of the following options for installing Git on macOS: Homebrew. Install homebrew if you don't already have it, then: $ brew install git

  10. Git - Installation de Git

    git-scm.com/book/fr/v2/Démarrage-rapide-Installation-de-Git

    Il existe aussi plusieurs manières d’installer Git sur Windows. L’application officielle est disponible au téléchargement sur le site web de Git. Rendez-vous sur https://git-scm.com/download/win et le téléchargement démarrera automatiquement.

  11. Git - 安装 Git

    git-scm.com/book/zh/v2/起步-安装-Git

    在 Windows 上安装 Git 也有几种安装方法。 官方版本可以在 Git 官方网站下载。 打开 https://git-scm.com/download/win,下载会自动开始。 要注意这是一个名为 Git for Windows 的项目(也叫做 msysGit),和 Git 是分别独立的项目;更多信息请访问 http://msysgit.github.io/。