We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec9990 commit de39b02Copy full SHA for de39b02
1 file changed
src/libvcs/cmd/git.py
@@ -13,6 +13,11 @@
13
class Git:
14
progress_callback: Optional[ProgressCallbackProtocol] = None
15
16
+ # Sub-commands
17
+ submodule: "GitSubmoduleCmd"
18
+ remote: "GitRemoteCmd"
19
+ stash: "GitStashCmd"
20
+
21
def __init__(
22
self,
23
*,
@@ -1714,8 +1719,6 @@ def config(
1714
1719
check_returncode=check_returncode,
1715
1720
)
1716
1721
1717
- submodule: "GitSubmoduleCmd"
1718
-
1722
def version(
1723
1724
0 commit comments