What is Git?
Git is a distributed version control system that records project history as a graph of commits. Every clone contains the full history.
5 tools that work with Git
Files never leave your browser.
Developer Tools4
.gitignore GeneratorBuild a .gitignore file for your stack, with the entries people usually forget.Git Command BuilderBuild the exact git command for fifteen common tasks, with explanations and safety notes.Line Endings ConverterConvert between CRLF, LF and CR, and strip trailing whitespace.Unified Diff & Patch GeneratorProduce a unified diff between two texts that git apply and patch can consume.
Related terms
Terms that appear alongside Git on the same tools.