테스트 사이트 - 개발 중인 베타 버전입니다

Part 5 - Pushing to Github

· 6년 전 · 1686

github.com 에 가입하시고..

 

우측상단의 +를 눌러서 New Repository를 클릭하고.

 

Name/Description/Public or Private를 설정한후에

 

create repository를 누르시면 됩니다.

 

…or create a new repository on the command line

echo "# GitingStarted" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/[깃헙네임]/GitingStarted.git
git push -u origin master

…or push an existing repository from the command line

git remote add origin https://github.com/[깃헙네임]/GitingStarted.git
git push -u origin master

 

 

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

게시글 목록

번호 제목
118
117
115
114
113
112
111
110
70
69
66
65
64
62
60
58
57
55
54
53
52
51
50
49
48
47
46
45
44
41