Esempio n. 1
0
def MoveRepoGithub(src, dest):

    remote = GithubRemote(src)
    if remote.repoExists():
        remote.moveRepo(dest)