https://github.com/m-housni/gitlogmonitor
I created this tool to help reducing and resolving merge conflicts at early stages by monitoring the git logs at a regular laps of time. Feel free to improve the functionnality, PRs are welcomed!
https://github.com/m-housni/gitlogmonitor
conflict-resolution git monitoring
Last synced: about 2 months ago
JSON representation
I created this tool to help reducing and resolving merge conflicts at early stages by monitoring the git logs at a regular laps of time. Feel free to improve the functionnality, PRs are welcomed!
- Host: GitHub
- URL: https://github.com/m-housni/gitlogmonitor
- Owner: m-housni
- Created: 2023-12-01T20:10:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T21:43:26.000Z (over 2 years ago)
- Last Synced: 2025-07-11T20:02:52.324Z (12 months ago)
- Topics: conflict-resolution, git, monitoring
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitLogMonitor
I created this tool to help reducing and resolving merge conflicts at early stages by monitoring the git logs at a regular laps of time. Feel free to improve the functionnality, PRs are welcomed!
## Usage
1. Put GitLogMonitor.exe on the root of the git repo you want to monitor
2. Launch GitLogMonitor.exe and set your last commit date and the keywords or filenames you want to track
3. You get a sound notification whenever a new commit relates to your tracked keywords (list of files given)
4. If you need to update your last pull date or your keywords, please close and relaunch the tool
5. If you would like to improve the tool, you can find the source code here: https://github.com/m-housni/GitLogMonitor
## NB
You may need a IDE like CodeBlocks to get the executable.