Trending Technology Machine Learning, Artificial Intelligent, Block Chain, IoT, DevOps, Data Science

Recent Post

Codecademy Code Foundations

Search This Blog

Git DVCS Terminologies and Benifits.

DVCS Terminologies
  • Local Repository
  • Working Directory and Staging Area or Index


Version Control System :
  • Blobs
  • Trees
  • Commits
  • Branches
  • Tags
  • Clone
  • Push
  • Pull
  • Head
  • Revision
  • URL
Git - Environment Setup :
  • Installation of Git Client
[ubuntu ~ ] $ sudo apt-get install git-core
[sudo] password for ubuntu :
|
[ubuntu ~]$ git-- version
version git version 1.8.1.2

[CebtOS ~]$
su -
Password :
|
[CentOS !]# yum -y install git-core
|
[CentOS ~]# git --version
git version 1.7.1

Customize Git Environment :




No comments:

Post a Comment

Popular Articles