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

# Git

## Stash

Par défaut on ne peut que stasher que des fichiers modifiés le drapeaux u (`untracked`) les ajoute à l'index :

* pour suivre un fichier avec un stash : `git stash -u`
