view sync_to_github.py @ 14:f83b7426b97c

fix makeGithubRepo; use ssh_url for almost no benefit
author drewp@bigasterisk.com <drewp@bigasterisk.com>
date Sat, 17 Jul 2021 00:14:27 -0700
parents 2c4d383d464c
children
line wrap: on
line source

#!/usr/bin/python3
from pathlib import Path

from sync import Project, getSshAuthSock

p = Project(Path('.').absolute())
p.makeGithubRepo()
p.hgToGithub()