Skip to content

Commit

Permalink
GENERATE THE DOC
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine committed Dec 14, 2023
1 parent 39d300c commit 5ff062d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/nu-git-manager-sugar/git/gm-repo-fetch-branch.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,24 @@ fetch a remote branch locally, without pulling down the whole remote
## Parameters
- parameter_name: remote
- parameter_type: positional
- syntax_shape: string
- syntax_shape: completable<string>
- is_optional: false
- description: the branch to fetch
- custom_completion: get-remotes
---
- parameter_name: branch
- parameter_type: positional
- syntax_shape: string
- syntax_shape: completable<string>
- is_optional: false
- description: the remote to fetch the branch from
- custom_completion: get-branches
---
- parameter_name: strategy
- parameter_type: named
- syntax_shape: string
- syntax_shape: completable<string>
- is_optional: true
- description: the merge strategy to use
- custom_completion: get-strategies
- parameter_default: none

## Signatures
Expand Down

0 comments on commit 5ff062d

Please sign in to comment.