Global web icon
git-scm.com
https://git-scm.com/
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 ecosystem of GUIs, hosting services, and command-line tools.
Global web icon
git-scm.com
https://git-scm.com/docs/git
Git - git Documentation
You can learn more about individual Git commands with "git help command". gitcli [7] manual page gives you an overview of the command-line command syntax. A formatted and hyperlinked copy of the latest Git documentation can be viewed at https://git.github.io/htmldocs/git.html or https://git-scm.com/docs.
Global web icon
git-scm.com
https://git-scm.com/install/windows
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 GUI tools are available for the Windows platform. Get Involved A knowledgeable Git community is available to answer your questions.
Global web icon
git-scm.com
https://git-scm.com/docs
Git - Reference
git config help bugreport Credential helpers Getting and Creating Projects init clone Basic Snapshotting add status diff commit notes restore reset rm mv Branching and Merging branch checkout switch merge mergetool log stash tag worktree Sharing and Updating Projects fetch pull push remote submodule Inspection and Comparison show log diff ...
Global web icon
git-scm.com
https://git-scm.com/docs/git-push
Git - git-push Documentation
The output of "git push" depends on the transport method used; this section describes the output when pushing over the Git protocol (either locally or via ssh).
Global web icon
git-scm.com
https://git-scm.com/cheat-sheet
Git Cheat Sheet
Diff Staged/Unstaged Changes Diff all staged and unstaged changes: git diff HEAD
Global web icon
git-scm.com
https://git-scm.com/install/
Git - Install
About this site Patches, suggestions, and comments are welcome.Git is a member of Software Freedom Conservancy
Global web icon
git-scm.com
https://git-scm.com/book/en/v2/Getting-Started-Wha…
Git - What is Git?
With Git, every time you commit, or save the state of your project, Git basically takes a picture of what all your files look like at that moment and stores a reference to that snapshot.
Global web icon
git-scm.com
https://git-scm.com/docs/git-merge
Git - git-merge Documentation
The merge mechanism (git merge and git pull commands) allows the backend merge strategies to be chosen with -s option. Some strategies can also take their own options, which can be passed by giving -X<option> arguments to git merge and/or git pull.
Global web icon
git-scm.com
https://git-scm.com/book/en/v2/Git-Branching-Basic…
Git - Basic Branching and Merging
Instead of just moving the branch pointer forward, Git creates a new snapshot that results from this three-way merge and automatically creates a new commit that points to it.