Pinpoint commits effortlessly with lightning-fast search across Excel, text files, and beyond.
GitContentSearch offers capabilities that go beyond standard Git commands, making it significantly easier to find specific string changes.
See how GitContentSearch compares to standard Git commands like git log -S and git bisect.
Feature | GCS | git log -S | git bisect |
---|---|---|---|
Binary Search Algorithm | Yes | No | Yes |
Search Excel Files | Yes | No | No |
Automated String Search | Yes | Yes | With Script |
Ease of Use | High | Medium | Low |
GitContentSearch offers both a UI and CLI interface for maximum flexibility.
GitContentSearch.UI.exe
GitContentSearch is free and open-source. Download the latest release or build from source.
git clone https://github.com/EntityProcess/GitContentSearch.git
cd GitContentSearch
dotnet publish -c Release