# git — track changes to your project and share them

`git` — track changes to your project and share them.

## Example

```bash
git init
git add .
git commit -m "…"
```

This site also runs the command in a browser terminal simulator, so the examples above
can be typed and executed without installing anything.

Source: https://zero2vibecode.com/commands/git
