Skip to content

Commit 1c44ac0

Browse files
committed
docs(cmd[git]): Fix command docs for Git.config
1 parent 133e369 commit 1c44ac0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/libvcs/cmd/git.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1586,10 +1586,10 @@ def config(
15861586
check_returncode: Optional[bool] = None,
15871587
**kwargs: Any,
15881588
) -> str:
1589-
"""Status of working tree. Wraps
1590-
`git status <https://git-scm.com/docs/git-status>`_.
1589+
"""Get and set repo configuration.
15911590
1592-
`git ls-files` has similar params (e.g. `z`)
1591+
Status of working tree. Wraps
1592+
`git config <https://git-scm.com/docs/git-config>`_.
15931593
15941594
Parameters
15951595
----------

0 commit comments

Comments
 (0)