Skip to content

Commit

Permalink
Add origin remote on clone, fixes #21
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron O'Mullan committed Jun 26, 2014
1 parent d504780 commit d142ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gittle/gittle.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def clone(cls, origin_uri, local_path, auth=None, mkdir=True, bare=False, *args,
repo.fetch(bare=bare)

# Add origin
# TODO
repo.add_remote('origin', origin_uri)

return repo

Expand Down

0 comments on commit d142ca4

Please sign in to comment.