일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- 자바
- 초성퀴즈정답
- 리브메이트
- 토스정답
- 비트코인
- 정답
- 퀴즈
- 캐웤
- java
- 행퀴
- 초성퀴즈
- 안드로이드
- 캐시워크
- spring게시판
- 이벤트
- TOSS
- 오퀴즈
- 행운퀴즈
- 캐슬
- 캐시워크정답
- 토스
- 캐시슬라이드
- ㄹㅂㅁㅇㅌ
- 행운퀴즈정답
- 오늘의퀴즈
- 돈버는퀴즈
- Android
- 오퀴즈정답
- 톹
- 추천인
- Today
- 252,060
- Total
- 18,363,256
Gomdori
[GitLab/GitHub] 프로젝트 올리기 초기 설정 방법(Project Push) 본문
프로젝트가 있는 디렉토리로 이동하기.
혹은 Project Terminal에서 작업하기.
초기설정
Git 아이디 이메일 설정하기
git config --global user.name "gitlab이름"
git config --global user.email "gitlab이메일"
Init
git init
Remote 생성하기
git remote add origin https://gitlab.com/~/~/@@@@.git
현재 디렉토리 add 및 Commit 해주기
git add .
git commit - "commit message"
프로젝트 올리기 push
git push -u origin master
'코딩(Coding)' 카테고리의 다른 글
[Android/안드로이드] Background(백그라운드) Service Thread 설정 (0) | 2020.03.12 |
---|---|
[Node js] Error page 에러 페이지 설정해주는 방법 (0) | 2020.03.12 |
[Android] 안드로이드 - AlertDialog 알림창 띄우는 방법 이것만 보면 마스터! (0) | 2020.02.26 |
[Android] 안드로이드 - 토스트(Toast) 메시지 띄우기. (0) | 2020.02.26 |
To install them, you can run: npm install --save Axios core-js/modules/es.regexp.exec core-js/modules/es.string.replace (0) | 2020.02.25 |