One of the biggest mistakes by a human being is to expose credentials/important data unknowingly. To avoid that we should be looking for some solution. So in this blog, I am going to share the solution to avoid such mistakes. we can commit other changes we want, without any issues. What is the solution? Pre-commit hook is the solution to […]
Adding a pre-commit hook to make sure the important data do not get leaked.
Beginners guide for Git Setup on Windows
As part of our internship program, we encourage interns to make use of Git as a version control system due to a whole lot of benefits it provides, if you don’t know what Git is then you can read the blog – get started with Git Why this post? During our internship program, we have seen many fresh graduates struggling to get […]
Contributing code to GitHub projects
This post helps you understand how to contribute code to open source projects on GitHub. It assumes that you already know about how to use git for version control and that you already have a GitHub account. Why bother rehashing what is already on the Internet? Skip this section if you are not wondering why we are writing this […]
Testers, get started with git
Hey, tester! It is 2017 and about time we all got comfortable with Git. I’ve heard too many testers saying that they think it’s too difficult to get started with git and that getting familiar with Git will take time. I’ve been thinking about how to get rid of this objection. I’m going to try and explain the basic concepts […]