diff --git a/Home.md b/Home.md index 3d9f8f2..7fb068d 100644 --- a/Home.md +++ b/Home.md @@ -4,4 +4,9 @@ alias -s dotfiles="/usr/bin/git --git-dir=$HOME/.config/dotfiles/ --work-tree=$HOME" git clone --bare "https://git.daiko.fr/daiko/dotfiles-barre.git" "$HOME/.config/dotfiles" dotfiles checkout +``` +## Sauvegarder une modification +```bash +dofiles add path/config.file +dotfiles commit -m "Description" ``` \ No newline at end of file