From ac48910f5e8f31ff45d818ef88fa50aae7c6de26 Mon Sep 17 00:00:00 2001 From: Jan Andrle Date: Wed, 28 Feb 2024 14:20:28 +0100 Subject: [PATCH] :abc: Update README with instructions for setting up dotfiles on termux --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index db81889..fadff0a 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,11 @@ see for example [How to Store Dotfiles - A Bare Git Repository \| Atlassian Git 1. `gitdotfiles reset` (`git-dotfiles reset --hard HEAD`) 1. `gitdotfiles checkout -f` 1. `gitdotfiles submodule update --init --recursive` + +## Log +- for some reason I have to add branch to `.git/config` manually. +```ini +[branch "main-termux"] + remote = origin + merge = refs/heads/main-termux +```