chiark / gitweb /
tg -r REMOTE: Support for switching base remote
[topgit.git] / README
diff --git a/README b/README
index 4d96dfb5a52ebfc0cf40264f317ecd57f12865bf..8299027e97ac579823695cdd6e3b67566a8d10f6 100644 (file)
--- a/README
+++ b/README
@@ -460,3 +460,8 @@ carried over to our local base automagically. Then, the base is merged into
 remote branch and the result is merged to local branch - again, to carry over
 remote conflict resolutions. In the future, this order might be adjustable
 per-update in case local changes are diverging more than the remote ones.
+
+All commands by default refer to the remote that 'tg remote --populate'
+was called on the last time ('topgit.remote' configuration variable). You can
+manually run any command with a different base remote by passing '-r REMOTE'
+_before_ the subcommand name.