Update README.md
This commit is contained in:
parent
1fa4c2c609
commit
7314799f75
13
README.md
13
README.md
@ -2,9 +2,12 @@
|
|||||||
|
|
||||||
To clone the repo :
|
To clone the repo :
|
||||||
```
|
```
|
||||||
git clone --bare git@github.com:AustralEpitech/dotfiles.git ~/.dotfiles
|
$ git clone --bare git@github.com:AustralEpitech/.dotfiles.git ~/.dotfiles
|
||||||
alias config='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
|
$ alias config='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
|
||||||
config checkout # remove conflicted files and re-run the command
|
|
||||||
config submodule update --init --recursive
|
$ config checkout
|
||||||
config config --local status.showUntrackedFiles no
|
# remove conflicted files and re-run the command
|
||||||
|
|
||||||
|
$ config submodule update --init --recursive
|
||||||
|
$ config config status.showUntrackedFiles no
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user