From: Ralf Jung <post@ralfj.de>
Date: Thu, 17 Oct 2019 09:21:24 +0000 (+0200)
Subject: mention git push --all
X-Git-Url: https://git.ralfj.de/git-mirror.git/commitdiff_plain/f1fabccc7a0449afc66b20176a05eada3a5dd581

mention git push --all
---

diff --git a/README.md b/README.md
index 4c0f358..6bcf71c 100644
--- a/README.md
+++ b/README.md
@@ -127,6 +127,10 @@ either gitolite or GitHub will be visible on the other side
 immediately. This applies even to pull requests that you merge in the
 GitHub web interface.
 
+The script will only sync branches when they get pushed to. To initialize the
+GitHub repository with all the branches that already exist, you can do `git push
+--all git@github.com:user/repo`.
+
 ## Source, License
 
 You can find the sources in the [git