From: Petr Baudis Date: Sun, 14 Sep 2008 19:01:05 +0000 (+0200) Subject: tg remote README: Add 'git push --all' caveat warning X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=cb2d25236ad355aa5e87e0443c1927377273a174;p=topgit.git tg remote README: Add 'git push --all' caveat warning --- diff --git a/README b/README index b99b036..335b0cf 100644 --- 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,