일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- install
- Button
- ipad
- GitHub
- index
- CNN
- synology
- Python
- 삼성소프트웨어멤버십
- SciPy
- javascript
- pycharm
- Series
- Splunk
- DFS
- Lotto
- GT-S80
- Numpy
- keras
- pip
- pandas
- RNN
- SPL
- E-P1
- dataframe
- mariadb
- LSTM
- imread
- 알고리즘
- mean
Archives
- Today
- Total
잠토의 잠망경
[Git] 기존 Project Git Server or GitHub 올리기 본문
이미 GitHub, Git Server, Gogs 같은 곳에 Repository가 있다고 전제한다.
terminal 오픈, 아래 입력
$git init
$git add .
$git commit -m "commit message"
$git remote add origin <repository 주소>
$git push origin master
Comments