From 51756a6bbb3513a85826baf9e24e60399ac48d2f Mon Sep 17 00:00:00 2001 From: BuildTools Date: Sun, 9 Jan 2022 18:31:41 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index dd15ec0..8b7d65c 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,15 @@ git pull --recurse-submodules git submodule update --init --recursive ``` +### Problems with updating (this will delete any customizations you have made in `~/zsh` + - If you get `fatal: refusing to merge unrelated histories` you have changes in `~zsh` that are not in the repository + - If you have backed up your customizations (if you have any) this will delete all differences between `~/zsh` and the repository +``` +cd ~/zsh +git fetch +git reset --hard origin/master +``` + ### `powerlevel10k` theme - Link the `zsh` file to your home folder as `.zshrc` ```