Skip to content

Commit f908015

Browse files
dev-ankitCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b125639 commit f908015

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/wt-worktree/wt/git.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ def configure_push_remote(branch: str, remote: str = "origin",
172172
branch: Local branch name
173173
remote: Remote name
174174
remote_branch: Remote branch name (defaults to same as local)
175+
path: Repository path to run git commands in
175176
"""
176177
if remote_branch is None:
177178
remote_branch = branch

0 commit comments

Comments
 (0)