Part 3 - Git Add All and Git Log? > Git

Git

Part 3 - Git Add All and Git Log? 정보

Part 3 - Git Add All and Git Log?

본문

readme.md 파일에 에디터로 문구를 추가한 후에..

 

git status

 

git add Readme.md

 

git status

 

800591923_1549745808.0393.jpg

 

git commit -m " Added email address to the readme"

 

git log

 

800591923_1549745943.9349.jpg

 

텍스트 파일만 git add "*.txt"

PHP 파일만 git add "*.php"

디렉토리내의 모든 파일 git add . 

git commit -m "Initial commits"

 

추천
0
  • 복사

댓글 0개

© SIRSOFT
현재 페이지 제일 처음으로