Skip to content

Commit

Permalink
enhancement: Parsing git blame (Fixes #192)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Nov 2, 2023
1 parent f7bf6a8 commit c67654e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ Get-UGitExtension is built using [Piecemeal](https://github.com/StartAutomating/
ugit comes packed with many examples.
You might want to try giving some of these a try.

### Git.Blame Example 1


~~~PowerShell
git blame ugit.psd1
~~~

### Git.Branch Example 1


Expand Down Expand Up @@ -392,6 +399,9 @@ You might want to try giving some of these a try.
Most extensions handle output from a single git command.


* [Git Blame](Git.Blame-Extension.md)


* [Git Branch](Git.Branch-Extension.md)


Expand Down

0 comments on commit c67654e

Please sign in to comment.