We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58248b4 + 83c5d06 commit 7dcbe96Copy full SHA for 7dcbe96
βsrc/aliases.ps1β
@@ -71,6 +71,9 @@ function gc {
71
function gc! {
72
git commit -v --amend $args
73
}
74
+function gcn! {
75
+ git commit -v --no-edit --amend $args
76
+}
77
function gca {
78
git commit -v -a $args
79
βsrc/git-aliases.psm1β
@@ -22,6 +22,7 @@ $FunctionsToExport = @(
22
'gbss',
23
'gc',
24
'gc!',
25
+ 'gcn!',
26
'gca',
27
'gcam',
28
'gca!',
0 commit comments