custom-logger READMECustom Logger is a VS Code extension that helps you track Git commits and detect potential merge conflicts before they happen. Features
Automatically logs every commit to a file. The log file is stored in the parent directory of the Git repository inside a commit_logs/ directory. Each log entry includes the commit message and timestamp.
Detects potential merge conflicts before they occur. Monitors commits to the master branch and warns about possible conflicts. Requirements
Known IssuesRelease NotesUsers appreciate release notes as you update your extension. 1.0.0Initial release of ... commit logger Merge conflict detection on master branch 1.0.1Commit logger changed - instead of logs.txt, now it is creating logs.json with different keys for better reporting updatesnew command added - set target branch for checking merge conflict aginst selected branch For more informationContact me at rkvermacs94@gmail.com Enjoy! |