Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sumatra/versioncontrol/_git.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ def checkout(self, path="."):
self.__repository = git.Repo(path)

def get_working_copy(self, path=None):
path = self.url if path is None else path
return GitWorkingCopy(path)

def _get_upstream(self):
Expand Down