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 - Learn

    Cheat Sheet The most common Git commands, with diagrams illustrating the difference between merge and rebase.

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

  4. Git - git-checkout Documentation

    Switch branches, with git checkout <branch> Restore a different version of a file, for example with git checkout <commit> <filename> or git checkout <filename>

  5. Git - First-Time Git Setup

    Git comes with a tool called git config that lets you get and set configuration variables that control all aspects of how Git looks and operates. These variables can be stored in three different places:

  6. Git - Install for Windows

    Click here to download the latest (2.53.0) x64 version of Git for Windows. This is the most recent maintained build. It was released 28 days ago, on 2026-02-02. Other Git for Windows downloads …

  7. Git - GUI Clients

    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. If you want to add another …

  8. Git - git-config Documentation

    Multiple lines can be added to an option by using the --add option. If you want to update or unset an option which can occur on multiple lines, a POSIX regexp value_regex needs to be given. Only the …

  9. Git - git-remote Documentation

    git remote [-v | --verbose] git remote add [-t <branch>] [-m <master>] [-f] [-- [no-] tags] [--mirror= (fetch | push)] <name> <URL> git remote rename [-- [no ...

  10. Git - gittutorial Documentation

    This tutorial explains how to import a new project into Git, make changes to it, and share changes with other developers.