About 4,040 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

    Click here to download the latest (2.52.0) x64 version of Git for Windows. This is the most recent maintained build. It was released almost 2 months ago, on 2025-11-17. Other Git for Windows …

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

  5. Git - git-gui Documentation

    git gui is known to work on all popular UNIX systems, Mac OS X, and Windows (under both Cygwin and MSYS). To the extent possible OS specific user interface guidelines are followed, …

  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 - Working with Remotes

    To be able to collaborate on any Git project, you need to know how to manage your remote repositories. Remote repositories are versions of your project that are hosted on the Internet or …

  8. Git - git-cherry-pick Documentation

    git-cherry-pick - Apply the changes introduced by some existing commits

  9. Git - git-tag Documentation

    -a --annotate Make an unsigned, annotated tag object -s --sign Make a cryptographically signed tag, using the default signing key. The signing backend used depends on the gpg.format …

  10. Git - git-reset Documentation

    git reset [<mode>] [<commit>] This form resets the current branch head to <commit> and possibly updates the index (resetting it to the tree of <commit>) and the working tree depending on …