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

0. repository 생성 - 자신의 github 접속(로그인) 이후 우측 상단의 + 버튼을 눌러 repository 생성 - 필수 내용 입력 - 생성 결과 https://github.com/pbj0812/git_test.git 1. 실습 1) 로컬 저장소 접근(참고) cd /Users/pbj0812/Desktop/git_test 2) 로컬 저장소를 github에 연결 git remote add origin https://github.com/pbj0812/git_test.git 3) github repository에 올리기 git push origin master - 이후, github id, pwd 입력 2. 결과 3. 참고 - 팀 개발을 위한 Git, Github 시작하기
빅데이터/git
2020. 4. 29. 04:41