SQL Server Database Source Control using Visual Studio: Git

In this brief article, we will see how to setup SQL Server Database Source Control using Visual Studio step by step — 1. Create a new repository to GitHub 2. Clone the repository to local directory 3. Create a new Sql Server Database project inside the repository 4. Right click on the project -> Import -> […]
Multiple Git Account Setup (Ubuntu version)

ssh-add is a command for adding SSH private keys into the SSH authentication agent for implementing single sign-on with SSH. The agent process is called ssh-agent; The cool thing about ssh-agent and ssh-add is that they allow the user to use any number of servers, spread across any number of organizations, without having to type […]