diff options
| author | Marc Vertes <mvertes@free.fr> | 2022-09-30 12:16:05 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2022-09-30 12:16:05 +0200 |
| commit | 9f8cb54bd99b89a2f07bba4f4d1f761fd853b195 (patch) | |
| tree | 548553263a83afb42567a0992f866da66e4b3101 /README.md | |
| parent | 06ba4aa1a24be8fbb3a16f9e509f1dad00208df4 (diff) | |
update
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -8,16 +8,23 @@ Use: alias dotfiles='git --git-dir=$HOME/dotfiles --work-tree=$HOME' Au lieu de -dotfiles config status.showUntrackedFiles no - cat ~/.gitignore : + + dotfiles config status.showUntrackedFiles no + +`cat ~/.gitignore` : + * On other machine, to reconstruct: + git clone --bare git@bip.im:dotfiles dotfiles alias dotfiles as above dotfiles checkout + remove files in the way if necessary Manage one branch per computer if necessary. -If a change is for all, do it on master, then: dotfiles merge master +If a change is for all, do it on master, then: + + dotfiles merge master |
