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.
2 parents aeee2e3 + c40720e commit b67b0d9Copy full SHA for b67b0d9
CHANGES
@@ -18,6 +18,17 @@ $ pip install --user --upgrade --pre libvcs
18
- {issue}`343`: `libvcs.cmd.core` (including {func}`~libvcs._internal.run.run`) have been moved to
19
`libvcs._internal.run`. It will be supported as an unstable, internal API.
20
21
+### What's new
22
+
23
+- **Commands**: Experimental command wrappers added ({issue}`346`):
24
25
+ - {class}`libvcs.cmd.git.Git`
26
27
+ - {meth}`libvcs.cmd.git.Git.help`
28
+ - {meth}`libvcs.cmd.git.Git.reset`
29
+ - {meth}`libvcs.cmd.git.Git.checkout`
30
+ - {meth}`libvcs.cmd.git.Git.status`
31
32
### Internals
33
34
- {issue}`345` `libvcs.utils` -> `libvcs._internal` to make it more obvious the APIs are strictly
0 commit comments