From 937ab54f8cbd75c12a393aba2c2566ba804773d8 Mon Sep 17 00:00:00 2001 From: ange Date: Sat, 25 May 2024 18:23:28 +0200 Subject: [PATCH] feat(README): checkout -f --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2282738..b43126e 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,16 @@ See (https://git.maby.dev/ange/archinstall.git) for installation -To clone the repo: +- To clone the repo: ```console git clone --bare https://git.maby.dev/ange/.dotfiles.git ~/.dotfiles alias config='git --git-dir=$HOME/.dotfiles --work-tree=$HOME' - -config checkout # remove conflicted files and re-run the command - +config checkout -f config submodule update --init --recursive --remote config config status.showUntrackedFiles no ``` -To update submodules: +- To update submodules: ``` config submodule update --recursive --remote ```