3.2 Version Control System
Types of VCS – Version control system : (i) Local version control system : it’s a user end specific – it’s a local database of
Types of VCS – Version control system : (i) Local version control system : it’s a user end specific – it’s a local database of
Here some of the key Terminology need to know before getting deep into git Commit Commit saves the files in working directory as snapshot, commits
General workflow is as follows : Shown below is the pictorial representation of the work-flow :
Project workflow of code changes : Working Directory : 1. Create your project and open that directory , right click and select git bash here
1. Configuring the git with username and email git config –global user.name “username”git config –global user.email “youremailid” 2. Setting up the default editor git config
You can Download git @ https://git-scm.com/downloads Select your operating system and download. Install it, once after it is downloaded. Focus on these settings when you’re installing,
Git Mercurial SVN It’s a distributed version control system. It’s a distributed version control system. It’s a Centralized version control system Git is a little
GitHub is a Git repository hosting service. GitHub also facilitates many of its features, such as access control and collaboration. It provides a Web based