Skip to content

Commit c3df219

Browse files
committed
!squash more
1 parent 2201f99 commit c3df219

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/libvcs/cmd/git.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2958,9 +2958,10 @@ def save(
29582958

29592959
GitBranchCommandLiteral = Literal[
29602960
"create", # checkout -b
2961-
"move",
2962-
"copy",
2963-
"delete",
2961+
"checkout", # checkout
2962+
"move", # branch -m, or branch -M with force
2963+
"copy", # branch -c, or branch -C with force
2964+
"delete", # branch -d, or branch -D /ith force
29642965
]
29652966

29662967

0 commit comments

Comments
 (0)