Special Offer: My C#/.NET Bootcamp Course is out now. Get 10% OFF using the code FRIENDS10.
How to Remove Secrets from Git History

How to Remove Secrets from Git History

You have a password or some secret in your Git repository, and you want to remove it. I recently had the same problem in one of my repositories. I will show you a convenient and simple way to get rid of any accidentally committed secret in your Git repository....
Moving Everything To Github

Moving Everything To Github

I recently decided to move all my source code to Github. First, I don’t want to work with Mercurial anymore. It’s not that I think Mercurial does not work, but I simply want to start using Git as my version control system. I think most of the projects I...
Getting Started With Git

Getting Started With Git

I am going to explain how I learned to work with Git as a distributed version control system in this post. My intention is to be able to contribute to open source projects hosted on GitHub and to be able to work with a source control when I am not connected to any...