일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- DFS
- SciPy
- Series
- Numpy
- ipad
- CNN
- GitHub
- mariadb
- pandas
- GT-S80
- Splunk
- Button
- mean
- SPL
- RNN
- 삼성소프트웨어멤버십
- Python
- dataframe
- pycharm
- imread
- install
- 알고리즘
- javascript
- pip
- keras
- Lotto
- synology
- LSTM
- index
- E-P1
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