git remote
Project description
Installation
$ [sudo] pip install git-remote
Examples
>>> import git_remote >>> git_remote.add("github","git@github.com:owner/repo.git") >>> git_remote.remotes() [['github', 'git@github.com:owner/repo.git']] >>> git_remote.names() ['github'] >>> git_remote.urls() ['git@github.com:owner/repo.git'] >>> git_remote.set_url("github","git@github.com:owner/repo2.git") >>> git_remote.rm("github")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
git-remote-2020.12.3.tar.gz
(1.6 kB
view hashes)