Skip to content

Commit b67b0d9

Browse files
authored
feat(git.cmd): reset, checkout, help, status (#346)
2 parents aeee2e3 + c40720e commit b67b0d9

File tree

2 files changed

+442
-1
lines changed

2 files changed

+442
-1
lines changed

CHANGES

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ $ pip install --user --upgrade --pre libvcs
1818
- {issue}`343`: `libvcs.cmd.core` (including {func}`~libvcs._internal.run.run`) have been moved to
1919
`libvcs._internal.run`. It will be supported as an unstable, internal API.
2020

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+
2132
### Internals
2233

2334
- {issue}`345` `libvcs.utils` -> `libvcs._internal` to make it more obvious the APIs are strictly

0 commit comments

Comments
 (0)