나의 Winding Road

Github commit 본문

개발/Github&SVN

Github commit

WindingRoad 2018. 8. 26. 20:00

[2018-08-26 일요일]

* 내용: commit

1. 참고 자료

2. 실습

1) status 확인

2) init

3) commit

 


1. 참고 자료


 

* URL: https://www.zerocho.com/category/Git/post/580f633046f4fe09815b72a5

 


2. 실습


 

1) status 확인

 

* status 체크

git init 실행 필요


2) init

 

* git init 실행

 

3) commit

 

* 파일 수정 테스트

 

* 변경 내용 확인

- command: git dff README.md

 

* commit

- command:  git commit --all -m "[commit 테스트3]

                 * README.md 파일 수정 테스트"


'개발 > Github&SVN' 카테고리의 다른 글

Github error: src refspec master does not match any.  (0) 2018.08.26
Github push  (0) 2018.08.26
Github config 확인 및 변경  (0) 2018.08.26
Github clone  (0) 2018.08.26
Github 등록 과정  (0) 2016.06.08
Comments