Tag: git

Git Tips & Best Practices for Beginners

Database development, Source control

Without a version control system, it’s next to impossible to manage the source code. ...
Read More

Git Branching Naming Convention: Best Practices

Database administration, Database Optimization & Structure

Git offers flexible branching strategies, but what does it mean? In simple words, a branching strategy is a set of rules, a convention that...
Read More

Tracking Database Changes Using Working Folder Source Control

Database development, 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...
Read More

Git: A Modern Approach to Code Management

Code Management, Tools & technologies

In this article, I would like to share my knowledge and experience of working with git. The main...
Read More

GitHub for Windows Users

Tools & technologies, Visual Studio

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...
Read More
Close