From cb2d25236ad355aa5e87e0443c1927377273a174 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sun, 14 Sep 2008 21:01:05 +0200 Subject: [PATCH] tg remote README: Add 'git push --all' caveat warning --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 2.11.4.GIT