# 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://til.devjugal.com/git.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
