Skip to content

Commit 9cc88c4

Browse files
lucieleblanclucieleblancoz-agent
authored
Add remote branches to git switch completion (#224)
Co-authored-by: lucieleblanc <lucieleblanc425+github@users.noreply.github.com> Co-authored-by: Oz <oz-agent@warp.dev>
1 parent e1bf282 commit 9cc88c4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

command-signatures/json/git.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7991,7 +7991,10 @@
79917991
{
79927992
"name": "branch name",
79937993
"description": "Branch or commit to switch to",
7994-
"generatorName": "local_branches",
7994+
"generatorName": [
7995+
"local_branches",
7996+
"refs_remote_branches"
7997+
],
79957998
"suggestions": [
79967999
{
79978000
"name": "-",

0 commit comments

Comments
 (0)