Update README.org

This commit is contained in:
2020-06-26 04:05:39 +00:00
parent e6637fc402
commit 1ce1678a0c

View File

@@ -3,6 +3,7 @@
#+BEGIN_SRC sh #+BEGIN_SRC sh
mkdir $HOME/.git_home mkdir $HOME/.git_home
alias git-home='git --git-dir=$HOME/.git_home/ --work-tree=$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-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 #+END_SRC