Skip to content

Commit da8bce4

Browse files
authored
🔀 Merge pull request #30 from MateusStanki/add-gloga-alias
Add `gloga`
2 parents bd97870 + 27b0def commit da8bce4

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
@@ -210,6 +210,9 @@ function glo {
210210
function glog {
211211
git log --oneline --decorate --color --graph $args
212212
}
213+
function gloga {
214+
git log --oneline --decorate --color --graph --all $args
215+
}
213216
function glol {
214217
git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit $args
215218
}

src/git-aliases.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ $FunctionsToExport = @(
6565
'glgp',
6666
'glo',
6767
'glog',
68+
'gloga',
6869
'glol',
6970
'glola',
7071
'gm',

0 commit comments

Comments
 (0)