> For the complete documentation index, see [llms.txt](https://til.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.devjugal.com/git.md).

# Git

> git - the stupid content tracker

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 easy to learn and has a tiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenient staging areas, and multiple workflows.

### [Official Documentation](https://git-scm.com/doc)

## TIL(s)

* [Change Last Commit Message](/git/change-last-commit-message.md)
* [Delete Tag](/git/delete-tag.md)
* [Get Tag Names in Git](/git/get-tag-names-in-git.md)
* [Save Credentials for Remotes in Git](/git/save-credentials-for-remotes.md)
* [Show Commit Only From One Author](/git/show-commit-only-from-one-author.md)
* [View Git Commit Changes](/git/view-git-commit-changes.md)
