We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54936e commit 383f3ecCopy full SHA for 383f3ec
src/libvcs/cmd/git.py
@@ -78,7 +78,6 @@ def __init__(
78
79
self.progress_callback = progress_callback
80
81
- # Initial git-submodule
82
self.submodule = GitSubmoduleCmd(path=self.path, cmd=self)
83
self.remote = GitRemoteCmd(path=self.path, cmd=self)
84
self.stash = GitStashCmd(path=self.path, cmd=self)
0 commit comments