본문 바로가기

CodeTech/Git

Git - 3

git 과 관련된 명령어를 보고 싶을 때

 

git help [command]

git [command] --help

->공식 브라우저

 

git 공식 설명문서

 

git [command] -h

 

간단한 설명만 뜬다.

 

 

git add .

- working directory에 변경된 모든파일들을 staging area에 올린다.

 

 

 

'CodeTech > Git' 카테고리의 다른 글

Git - 7 (git 협업의 원리)  (0) 2020.08.10
Git - 6 (리모트 레포지토리 -> 로컬 레포지토리)  (0) 2020.08.10
Git - 5 (git push)  (0) 2020.08.09
Git - 2  (0) 2020.08.08
Git - 1  (0) 2020.08.08