We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133e369 commit 1c44ac0Copy full SHA for 1c44ac0
1 file changed
src/libvcs/cmd/git.py
@@ -1586,10 +1586,10 @@ def config(
1586
check_returncode: Optional[bool] = None,
1587
**kwargs: Any,
1588
) -> str:
1589
- """Status of working tree. Wraps
1590
- `git status <https://git-scm.com/docs/git-status>`_.
+ """Get and set repo configuration.
1591
1592
- `git ls-files` has similar params (e.g. `z`)
+ Status of working tree. Wraps
+ `git config <https://git-scm.com/docs/git-config>`_.
1593
1594
Parameters
1595
----------
0 commit comments