1. yum을 통한 git 설치
[root@localhost smoh]# yum install git
[root@localhost smoh]# git --version
2. Git 설정.
[root@localhost smoh]# mkdir myWeb
[root@localhost smoh]# cd myWeb
[root@localhost myWeb]# git init
[root@localhost myWeb]# git remote add myweb (저장소주소)
[root@localhost myWeb]# git remote -v
3. pull
[root@localhost myWeb]# git pull myweb master
반응형
'Programming' 카테고리의 다른 글
[HTML] placeholder 글자색상 변경하기. (0) | 2017.07.31 |
---|---|
[HTML] placeholder (0) | 2017.07.31 |
[iBatis] C# iBaits에서 Like 검색 사용하기. (0) | 2017.05.04 |
[iBatis] C# iBatis에서 사용되는 태그 (0) | 2017.05.04 |
[IBATIS] Execute Query 후 return 값 (0) | 2017.05.02 |