Warp issue warpdotdev/warp#12322 requests completions for git update-ref, including workflows like:
git fetch origin
git update-ref --no-deref HEAD refs/remotes/origin/main
git read-tree HEAD
git checkout-index -fa
git clean -fd
The command-signatures package should add git update-ref metadata and complete full Git ref names such as refs/remotes/origin/main for the ref/value arguments.
Warp issue warpdotdev/warp#12322 requests completions for
git update-ref, including workflows like:The command-signatures package should add
git update-refmetadata and complete full Git ref names such asrefs/remotes/origin/mainfor the ref/value arguments.