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 b8e5aca commit 566d894Copy full SHA for 566d894
CHANGES
@@ -18,6 +18,16 @@ $ 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
31
### Internals
32
33
- {issue}`345` `libvcs.utils` -> `libvcs._internal` to make it more obvious the APIs are strictly
0 commit comments