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
- Pandas
- 서평단
- Visualization
- 파이썬 시각화
- 티스토리
- MySQL
- 파이썬
- 블로그
- 독후감
- matplotlib
- 텐서플로
- MATLAB
- 한빛미디어
- 월간결산
- SQL
- Tistory
- 한빛미디어서평단
- 시각화
- tensorflow
- 통계학
- Python
- 딥러닝
- 서평
- python visualization
- Ga
- Blog
- 매틀랩
- 리눅스
- Linux
- Google Analytics
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