Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 571 Bytes

Git.Grep-Extension.md

File metadata and controls

39 lines (25 loc) · 571 Bytes

Extensions/Git.Grep.UGit.Extension.ps1

Synopsis

git grep extension


Description

Outputs matches from git grep.

When possible, the regular expression will be converted into PowerSEhll so that the .Match populates accurately.


Related Links


Examples

EXAMPLE 1

git grep '-i' example # look for all examples in the repository

Outputs

  • Git.Grep.Match

Syntax

Extensions/Git.Grep.UGit.Extension.ps1 [<CommonParameters>]