Total WebSite Views Count

Git Repository Structure

Git Repository Structure
It consists of 4 parts:
  1. Working directory : This is your local directory where you make the project (write code) and make changes to it.
  2. Staging Area (or index) : this is an area where you first need to put your project before committing. This is used for code review by other team members.
  3. Local Repository : this is your local repository where you commit changes to the project before pushing them to central repository on Github. This is what is provided by distributed version control system. This corresponds to the .git folder in our directory.
  4. Central Repository : This is the main project on the central server, a copy of which is with every team member as local repository.
All the repository structure is internal to Git and are transparent to developer.
Some commands which relate to repository structure:
// transfers your project from working directory to staging area.                                git add 

// transfers your project from staging area to Local Repository.                                   git commit  
// transfers project from local to central repository. (requires internet)                            git push

AWS Services

AWS Services

Technology Selection & Evaluation Criteria

Technology Selection & Evaluation Criteria

Scale Cube - Scale In X Y Z Cube

Scale Cube - Scale In X Y Z Cube

Feature Post

AWS Services

About Me

About Me

Spring Cloud

Spring Cloud
Spring Cloud

Spring Cloud +mCloud Native + Big Data Archittect

Spring Cloud +mCloud Native + Big Data Archittect

ACID Transaction

ACID Transaction

Data Pipe Line Stack

Data Pipe Line Stack

Popular Posts