commitDNAcommitDNA is a simple Visual Studio Code extension that helps you check your Git username and email before you push your code. Sometimes we accidentally commit using the wrong Git username or email. If those commits are pushed to the remote repository, fixing them later can be difficult and time-consuming. CommitDNA shows your Git username, email, branch, and commit details after every commit, so you can quickly verify everything is correct before pushing your changes. ✨ Features
🚀 Getting Started
📋 Commit ReviewcommitDNA displays:
This helps ensure commits are created with the correct Git identity before they are pushed to a remote repository. 🔒 PrivacycommitDNA is designed to run entirely on your local machine.
commitDNA does not intentionally send your repository information, commit hashes, author name, email address, or any other Git metadata to external servers. All processing is performed locally within Visual Studio Code. commitDNA is an open-source project. You are encouraged to review the source code, report security concerns, and verify how the extension works. Any future changes that affect privacy or data handling will be clearly documented in the release notes. ⚙️ Requirements
⚙️ Extension SettingscommitDNA currently does not contribute any custom settings. 🐞 Known IssuesNone currently. If you encounter any issues, please open an issue on the GitHub repository. 📦 Release Notes0.0.1Initial release. Features:
🤝 ContributingContributions, feature requests, and bug reports are welcome. If you'd like to improve commitDNA, feel free to submit an issue or pull request. 📄 LicenseThis project is licensed under the MIT License. Made with ❤️ for Git users and Visual Studio Code developers. |