diff --git a/src/aliases.ps1 b/src/aliases.ps1 index 9e213c6..7eaa44a 100644 --- a/src/aliases.ps1 +++ b/src/aliases.ps1 @@ -94,6 +94,9 @@ function gcl { function gclean { git clean -df $args } +function gcfx { + git commmit --fixup $args +} function gcm { git checkout master $args } @@ -207,6 +210,9 @@ function glol { function glola { git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --all $args } +function glom { + git log --oneline --decorate --color master $args +} function gm { git merge $args }