About 600 results
Open links in new tab
  1. Git - Install for Windows

    Now What? Now that you have downloaded Git, it's time to start using it. Read the Book Dive into the Pro Git book and learn at your own pace. Download a GUI Several free and commercial …

  2. Git - Installing Git

    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 package or via another installer, or download the source code and compile …

  3. Git - Install

    Install Latest version: 2.51.2 (Release Notes) Windows macOS Linux Build from Source

  4. Git - Git in PowerShell

    The legacy command-line terminal on Windows (cmd.exe) isn’t really capable of a customized Git experience, but if you’re using PowerShell, you’re in luck.

  5. Git - First-Time Git Setup

    The first thing you should do when you install Git is to set your user name and email address. This is important because every Git commit uses this information, and it’s immutably baked into the …

  6. Git - Install for Linux

    RHEL and derivatives typically ship older versions of git. You can download a tarball and build from source, or use a 3rd-party repository such as the IUS Community Project to obtain a …

  7. Git - Installing Git

    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 package or via another installer, or download the source code and compile …

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

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

  10. Git - The Command Line

    For this book, we will be using Git on the command line. For one, the command line is the only place you can run all Git commands — most of the GUIs implement only a partial subset of Git …