Git Tips & Best Practices for Beginners
Without a version control system, it’s next to impossible to manage the source code. ...
Git Branching Naming Convention: Best Practices
Git offers flexible branching strategies, but what does it mean? In simple words, a branching strategy is a set of rules, a convention that...
Tracking Database Changes Using Working Folder Source Control
This article talks about a new method to version control a database using a working folder so that historical changes made to the database...
Git: A Modern Approach to Code Management
In this article, I would like to share my knowledge and experience of working with git. The main...
GitHub for Windows Users
If your project is stored only on your disk, then you are in for trouble when the disk fails. Even a regular backup will not always save...