diff --git a/README.md b/README.md new file mode 100644 index 0000000..0da6d7b --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# dotfiles + +To clone the repo : +``` +git clone --bare git@github.com:AustralEpitech/dotfiles.git ~/.dotfiles +alias config='git --git-dir=$HOME/.dotfiles --work-tree=$HOME' +config checkout # remove conflicted files and re-run the command +config config --local status.showUntrackedFiles no +```