나의 Winding Road

Github push 본문

개발/Github&SVN

Github push

WindingRoad 2018. 8. 26. 20:11

[2018-08-26 일요일]

* 내용: push

1. 참고 자료

2. 실습

1) remote

2) push

3) 확인

 


1. 참고 자료


 

* URL: https://git-scm.com/book/ko/v1/Git%EC%9D%98-%EA%B8%B0%EC%B4%88-%EB%A6%AC%EB%AA%A8%ED%8A%B8-%EC%A0%80%EC%9E%A5%EC%86%8C

 


2. 실습


 

1) remote

 

* remote 명령어 활용

- git remote 확인


- URL 확인: git remote -v

 

2) push

 

* 실습

- command: git push origin master

 

3) 확인

 

* PUSH 항목 조회

- URL: https://github.com/group-market-developer/GroupMarket/commits/master



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

SVN Visual Studio ankhsvn merge 작업  (0) 2018.08.30
Github error: src refspec master does not match any.  (0) 2018.08.26
Github commit  (0) 2018.08.26
Github config 확인 및 변경  (0) 2018.08.26
Github clone  (0) 2018.08.26
Comments