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