FriendCode / gittle

Pythonic Git for Humans
Other
732 stars 90 forks source link

create_branch example the base_branch and the new_branch are flipped #92

Open sephib opened 7 years ago

sephib commented 7 years ago

Just for the record - in the readme the base_branch and the new_branch are flipped

repo.create_branch('dev', 'master')

AaronO commented 7 years ago

@sephib Want to send a PR to fix it ? :)

sephib commented 7 years ago

sent a PR #93