forked from importers/git-importer
		
	Avoid guessing in switch
This commit is contained in:
		| @@ -90,7 +90,7 @@ class Git: | |||||||
|         else: |         else: | ||||||
|             ref = f"refs/heads/{branch}" |             ref = f"refs/heads/{branch}" | ||||||
|             if (self.path / ".git" / ref).exists(): |             if (self.path / ".git" / ref).exists(): | ||||||
|                 self.git_run(["switch", "-q", branch]) |                 self.git_run(["switch", "--no-guess", "-q", branch]) | ||||||
|         return new_branch |         return new_branch | ||||||
|  |  | ||||||
|     def commit( |     def commit( | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user