diff --git a/bin/init-py-repo b/bin/init-py-repo --- a/bin/init-py-repo +++ b/bin/init-py-repo @@ -21,7 +21,7 @@ exit 2 fi -rsync -rv --exclude='**/.git/**' "$TEMPLATE_DIR/" "$repo_dir/" +rsync -rv --links --exclude='**/.git/**' "$TEMPLATE_DIR/" "$repo_dir/" cd "$repo_dir" git add . git commit -m "import template from $TEMPLATE_DIR (init-py-repo)"