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
- Installation of Git Client
[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