Example/Demo : (i) First image box : (ii) Second image box : (iii) Third image box : *** So Git bare repository acts as remote
1. Create your project and open that directory , right click and select git bash here 2. Initializing the git git init 3. Check your
S.No Key Centralised Version Control Distributed Version Control 1 Working In CVS, a client needs to get a local copy of the source from the
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