mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 14:23:20 +02:00
finish git fetch custom completions (#5859)
This commit is contained in:
@ -16,7 +16,8 @@ module completions {
|
|||||||
|
|
||||||
# Download objects and refs from another repository
|
# Download objects and refs from another repository
|
||||||
export extern "git fetch" [
|
export extern "git fetch" [
|
||||||
repository?: string@"nu-complete git remotes" # name of the branch to fetch
|
repository?: string@"nu-complete git remotes" # name of the repository to fetch
|
||||||
|
branch?: string@"nu-complete git branches" # name of the branch to fetch
|
||||||
--all # Fetch all remotes
|
--all # Fetch all remotes
|
||||||
--append(-a) # Append ref names and object names to .git/FETCH_HEAD
|
--append(-a) # Append ref names and object names to .git/FETCH_HEAD
|
||||||
--atomic # Use an atomic transaction to update local refs.
|
--atomic # Use an atomic transaction to update local refs.
|
||||||
|
Reference in New Issue
Block a user