Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c3df219

Browse filesBrowse files
committed
!squash more
1 parent 2201f99 commit c3df219
Copy full SHA for c3df219

File tree

Expand file treeCollapse file tree

1 file changed

+4
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-3
lines changed

‎src/libvcs/cmd/git.py

Copy file name to clipboardExpand all lines: src/libvcs/cmd/git.py
+4-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.