Skip to content

Commit 091bf22

Browse files
authored
πŸ”€ Merge pull request #24 from sergiohgz/remove-sign-from-gcan
πŸ› Remove sign in gcan! and add new gcans!
2 parents 58d7496 + 6d108ac commit 091bf22

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

β€Žsrc/aliases.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ function gca! {
8181
git commit -v -a --amend $args
8282
}
8383
function gcan! {
84+
git commit -v -a --no-edit --amend $args
85+
}
86+
function gcans! {
8487
git commit -v -a -s --no-edit --amend $args
8588
}
8689
function gcb {

β€Žsrc/git-aliases.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ $FunctionsToExport = @(
2626
'gcam',
2727
'gca!',
2828
'gcan!',
29+
'gcans!',
2930
'gcb',
3031
'gcf',
3132
'gcl',

0 commit comments

Comments
Β (0)