From 4a9523602a7d56d4c2665f501d1c4757ad867474 Mon Sep 17 00:00:00 2001 From: AngeD <71961651+AustralEpitech@users.noreply.github.com> Date: Fri, 12 Nov 2021 10:29:58 +0100 Subject: [PATCH] feat: README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md 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 +```