Tortoise SVN Client Installation in Windows In this article, I am going to show Tortoise SVN Client Installation in Windows. Tortoise SVN client is an interface to access the SVN server and to commit code into the SVN server. Step 1: Download Tortoise SVN client is free software and we can download it from […]
Tag: version control
Most Useful Git Commands
In this article I am sharing a list of most useful git commands which are used in day to day activity in every project. Getting & Creating Projects Command Description git init Initialize a local Git repository git clone ssh://[email protected]/[username]/[repository-name].git Create a local copy of a remote repository Basic Snapshotting Command Description git status […]