Skip to content

Commit d142ca4

Browse files
author
Aaron O'Mullan
committed
Add origin remote on clone, fixes #21
1 parent d504780 commit d142ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gittle/gittle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ def clone(cls, origin_uri, local_path, auth=None, mkdir=True, bare=False, *args,
440440
repo.fetch(bare=bare)
441441

442442
# Add origin
443-
# TODO
443+
repo.add_remote('origin', origin_uri)
444444

445445
return repo
446446

0 commit comments

Comments
 (0)