Mar 5, 2025 · 2 min read · There are high chances that beginners at times commit secrets, sensitive information or password to remote repo accidentally. In this article, we will see how we can revert back the accident. Also, we will see how we can make sure this won’t be repea...
Join discussion
Jan 1, 2024 · 6 min read · Maintaining precise and consistent code formatting standards, commit message conventions and even spell checking are an integral part in ensuring my projects are maintainable and readable; they are practically woven into the fabric of my work. But le...
RRehema and 1 more commented
Mar 24, 2023 · 3 min read · As developers, we all want our code to be consistent and easy to read. After all, we don't want to read badly formatted code written by others. However, when working in a team or on a large project, maintaining consistent code formatting can be a ch...
Join discussion
Jan 5, 2023 · 3 min read · Introduction Before exploring the git pre-commit hook configuration, let us find out what we used to do before this every developer has to run the commands in sequential order so that they can able to achieve the code quality. Before: npm run lint ...
Join discussion