Update README.md

This commit is contained in:
AngeD 2021-11-16 17:30:20 +01:00 committed by GitHub
parent 1fa4c2c609
commit 7314799f75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
``` ```