Skip to content

Commit

Permalink
git-spice: commit amend -n => --no-edit
Browse files Browse the repository at this point in the history
-n is being deprecated in favor of --no-edit.
Ref: abhinav/git-spice#502
  • Loading branch information
abhinav committed Nov 29, 2024
1 parent abef4dd commit b23dded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/git/config.d/spice
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[spice "shorthand"]
can = ca -n
can = ca --no-edit
la = ls -a
lla = ll -a

Expand Down

0 comments on commit b23dded

Please sign in to comment.