chiark / gitweb /
tg remote README: Add 'git push --all' caveat warning
[topgit.git] / README
diff --git a/README b/README
index f45eb6cca897cda03b64354a9343c8ddb281b484..335b0cf68ca66b8c1bd1484bccdfa8dacd0a6d8b 100644 (file)
--- a/README
+++ b/README
@@ -276,7 +276,8 @@ tg remote
 ~~~~~~~~~
        Register given remote as TopGit-controlled. This will create
        the namespace for the remote branch bases and teach 'git fetch'
-       and 'git push' to operate on them.
+       and 'git push' to operate on them. (Do NOT use 'git push --all'
+       for your pushes - plain 'git push' will do the right thing.)
 
        It takes a mandatory remote name argument, and optional
        '--populate' switch - use that for your origin-style remote,
@@ -405,8 +406,6 @@ tg update
 
        TODO: tg update -a for updating all topic branches
 
-TODO: Some infrastructure for sharing topic branches between
-       repositories easily
 TODO: tg depend for adding/removing dependencies smoothly
 TODO: tg rename