Actualiser Home
10
Home.md
10
Home.md
@@ -6,16 +6,16 @@ git clone --bare "https://git.daiko.fr/daiko/dotfiles.git" "$HOME/.config/dotfil
|
|||||||
# /!\ : all config files will be overwrited
|
# /!\ : all config files will be overwrited
|
||||||
git --git-dir="$HOME/.config/dotfiles/" --work-tree="$HOME" checkout -f
|
git --git-dir="$HOME/.config/dotfiles/" --work-tree="$HOME" checkout -f
|
||||||
# hide untracked files
|
# hide untracked files
|
||||||
dotfiles config status.showUntrackedFiles no
|
dot config status.showUntrackedFiles no
|
||||||
```
|
```
|
||||||
## Save modification
|
## Save modification
|
||||||
```bash
|
```bash
|
||||||
dotfiles add path/config.file
|
dot add path/config.file
|
||||||
dotfiles commit -m "Description"
|
dot commit -m "Description"
|
||||||
dotfiles pull
|
dot pull
|
||||||
```
|
```
|
||||||
|
|
||||||
## Get last update
|
## Get last update
|
||||||
```bash
|
```bash
|
||||||
dotfiles pull
|
dot pull
|
||||||
```
|
```
|
Reference in New Issue
Block a user