github is now origin

Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
Nico Schottelius 2014-12-25 00:04:21 +01:00
parent 6610a9c384
commit 8b045da7a9
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ distclean: clean
# The pub is Nico's "push to all git remotes" way ("make pub")
pub:
for remote in "" github sf; do \
for remote in "" sf; do \
echo "Pushing to $$remote"; \
git push --mirror $$remote; \
done