Skip to content

Commit 2b961a6

Browse files
dfinkedaviwil
authored andcommitted
Creates a new file, does a git log --stat pipes it to Out-CurrentFile
1 parent 5079ffb commit 2b961a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
function Get-GitLog {
2+
$psEditor.Workspace.NewFile()
3+
git log --stat | Out-CurrentFile
4+
}

0 commit comments

Comments
 (0)