From 1ce1678a0c032e9eaaf6e6b90d502900a1f981c5 Mon Sep 17 00:00:00 2001 From: Max Regan Date: Fri, 26 Jun 2020 04:05:39 +0000 Subject: [PATCH] Update README.org --- .mgr_config/README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.mgr_config/README.org b/.mgr_config/README.org index 5cbb4e8..dfa7d0f 100644 --- a/.mgr_config/README.org +++ b/.mgr_config/README.org @@ -3,6 +3,7 @@ #+BEGIN_SRC sh mkdir $HOME/.git_home alias git-home='git --git-dir=$HOME/.git_home/ --work-tree=$HOME' + git init --bare ~/.git_home/ git-home remote add origin https://gitlab.maxregan.me/max/configs.git - git checkout -b master origin/master + git-home checkout -b master origin/master #+END_SRC