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 bd97870 + 27b0def commit da8bce4Copy full SHA for da8bce4
src/aliases.ps1
@@ -210,6 +210,9 @@ function glo {
210
function glog {
211
git log --oneline --decorate --color --graph $args
212
}
213
+function gloga {
214
+ git log --oneline --decorate --color --graph --all $args
215
+}
216
function glol {
217
git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit $args
218
src/git-aliases.psm1
@@ -65,6 +65,7 @@ $FunctionsToExport = @(
65
'glgp',
66
'glo',
67
'glog',
68
+ 'gloga',
69
'glol',
70
'glola',
71
'gm',
0 commit comments