mkdir special(만들 폴더명)
cd special(만든 폴더명)
git remote add origin https://github.com/franco-c/tutorial.git
git push -u origin master
("franco-c = 자기 계정 이름이겠죠?
tutorial.git = 자기가 준비물에서 만든 repository 이름이겠죠?
자신의 git 계정이름을 입력하고
비번을 입력하세요 !비번 표시안되니 걱정하지마세요! ")
git remote add origin https://github.com/franco-c/tutorial.git
git push -u origin 브랜치명
이제 업로드가 돼있을 겁니다.
이걸 이용하셔서 하고 싶은 것/테스트 하셔도 됩니다.
글 복사한걸 터미널에 붙혀넣고 싶으시면
Ctrl + C + V 키 누르시면 되요.
Thanks to Google
Thanks to 기억안나는 사람들...
제목 | 날짜 | ||
---|---|---|---|
16 | [GitHub] develop 을 git pull 하기 | 0 | 2017/12/05 |
15 | [GitHub] 간단한 깃 사용법 | 13 | 2021/02/01 |
14 | [GitHub] 이미 push된 file .gitignore 적용하기 | 74 | 2022/01/01 |
13 | [GitHub] git branch 변경 | 94 | 2022/01/21 |
12 | [GitHub] 다른 깃헙 가져오기 cli | 106 | 2022/01/23 |
11 | [GitHub] git의 .gitignore 사용방법 | 111 | 2021/12/29 |
10 | [GitHub] github.io 페이지 만들기 | 157 | 2015/09/04 |
9 | [GitHub] warning: LF will be replaced by CRLF in hello1.txt. | 194 | 2020/05/09 |
8 | [GitHub] 좋은 git 사용 습관 | 274 | 2022/01/01 |
7 | [GitHub] 카페24에서 github 다운로드 받는 방법 | 773 | 2018/08/02 |
6 | [GitHub] 깃허브 오류 해결.. | 997 | 2015/06/29 |
5 | [GitHub] 로컬 저장소와 깃허브 저장소 연결하기 | 3130 | 2014/08/04 |