FriendCode / gittle

Pythonic Git for Humans
Other
732 stars 90 forks source link

Running `git push(repo_url, branch_name)` deletes all other branches and tags #89

Open mbarlowDomain opened 7 years ago

mbarlowDomain commented 7 years ago

Running this: repo.push(repo_url, 'test') Will delete all non-protected branches and tags at repo_url other than the test branch.