Skip to content

Commit

Permalink
remove accidental permanent -u in git stash
Browse files Browse the repository at this point in the history
  • Loading branch information
phil294 committed May 1, 2023
1 parent 32a68b7 commit cff03a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/views/default-git-actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "",
"icon": "chevron-up",
"description": "Stash (include untracked)",
"args": "stash -u",
"args": "stash",
"options": [
{
"value": "--include-untracked",
Expand Down

0 comments on commit cff03a1

Please sign in to comment.