Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 매틀랩
- 서평단
- 독후감
- 텐서플로
- Blog
- Visualization
- 한빛미디어서평단
- 딥러닝
- 시각화
- 월간결산
- Ga
- MATLAB
- matplotlib
- 블로그
- Google Analytics
- 서평
- 한빛미디어
- 티스토리
- tensorflow
- Linux
- 리눅스
- MySQL
- 통계학
- SQL
- Python
- Tistory
- python visualization
- 파이썬
- 파이썬 시각화
- Pandas
Archives
- Today
- Total
pbj0812의 코딩 일기
[git] github에 프로젝트 올리기 본문
0. 목표
- github에 프로젝트 올리기
1. 실습
1) 초기화
git init
2) 저장소 연결
git remote add origin https://github.com/pbj0812/react_test.git
git add .
3) 커밋
git commit -m "https://github.com/pbj0812/react_test.git"
4) 업로드
git push origin master
- 결과
2. 참고
'빅데이터 > git' 카테고리의 다른 글
[git] sourcetree 로 git 사용하기 (0) | 2022.03.27 |
---|---|
[git] github에 커밋 올리기 (0) | 2020.04.29 |
[git] git을 통한 파일 버전 관리 (0) | 2020.04.28 |
Comments