
Git - Install
About this site Patches, suggestions, and comments are welcome. Git is a member of Software Freedom Conservancy
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 …
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 …
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 …
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, …
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 …
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 …
Git - git-cherry-pick Documentation
git-cherry-pick - Apply the changes introduced by some existing commits
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 …
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 …