aboutsummaryrefslogtreecommitdiffstats
path: root/config.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.example')
-rw-r--r--config.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.example b/config.example
index f4b98f5..79e716d 100644
--- a/config.example
+++ b/config.example
@@ -9,3 +9,9 @@
# External dotfiles list (one path per line, # for comments)
#DOTFILES_LIST="${HOME}/.config/dot-backup/files.list"
+
+# Git remote URL — if set, script ensures this is registered as 'origin'
+#GIT_REMOTE="git@github.com:you/my-dotfiles.git"
+
+# Branch to push to when using -p/--push (defaults to current branch if unset)
+#GIT_BRANCH="master"