We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13772db commit 2f5a8dbCopy full SHA for 2f5a8db
src/aliases.ps1
@@ -549,7 +549,7 @@ function gsw {
549
function gswc {
550
git switch --create $args
551
}
552
-function gwsm {
+function gswm {
553
$MainBranch = Get-Git-MainBranch
554
555
git switch $MainBranch $args
src/git-aliases-plus.psd1
@@ -4,7 +4,7 @@
4
RootModule = 'git-aliases-plus.psm1'
5
6
# Version number of this module.
7
-ModuleVersion = '0.1.0'
+ModuleVersion = '0.1.1'
8
9
# ID used to uniquely identify this module
10
GUID = '4e36d89f-b9e8-43a3-b7b1-ddb0427d9e08'
0 commit comments