From a5fba5294fb1a63a81da8d8f4e68a04945b8bb2d Mon Sep 17 00:00:00 2001 From: Florestan Bredow Date: Sun, 21 Nov 2021 20:52:59 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Home'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Home.md | 5 +++++ 1 file changed, 5 insertions(+) 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