diff options
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -9,3 +9,10 @@ To get the submodules setup, run git submodule init git submodule update + +To push to self-host and github, add the following to .git/config + +[remote "origin"] + url = git@github.com:ryanakca/ryanakca-dotfiles.git + url = hades.rak.ac:public_git/ryanakca-dotfiles.git + fetch = +refs/heads/*:refs/remotes/origin/* |