github is now origin

Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
remotes/origin/random_dot_cdist
Nico Schottelius 10 years ago
parent 6610a9c384
commit 8b045da7a9
  1. 2
      Makefile

@ -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

Loading…
Cancel
Save