aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2021-12-13 14:52:28 -0500
committerRyan Kavanagh <rak@rak.ac>2021-12-13 14:52:28 -0500
commit463364525da0779ca0552ed6d2257a4c32a0081f (patch)
tree35e8f57693545947537a4002f6b0270c310d661c /README
parentSimplify key cert handling (diff)
git config hints
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 51a1e4e..d5458b3 100644
--- a/README
+++ b/README
@@ -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/*