How to Revert a Git Commit
Git is a powerful version control system, but sometimes you may need to revert a commit. Maybe you made a mistake in your code, or maybe you want to go…
Git is a powerful version control system, but sometimes you may need to revert a commit. Maybe you made a mistake in your code, or maybe you want to go…
This blog shows how one can use multiple Git accounts on one development machine. This would become handy if you are working on personal, work, or school projects on the…
Steps to Create and Connect to a Windows Virtual Machine on AWS Log on to your AWS Console as an IAM user who has permission to create EC2 instances Create…
In this series, I will document my Unity 2D Game Dev learning journey in this docu-blog series. The first MVP I want to create is a simple underwater platform game…