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