추가 하기
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/94Kimseongjun/Python_tensorflow.git
git push -u origin master
업데이트하기
git init
git commit - "test"
git push -u origin master
https://github.com/94Kimseongjun/Python
94Kimseongjun/Python
Contribute to 94Kimseongjun/Python development by creating an account on GitHub.
github.com
Git 에러 CRLF will be replaced by LF (혹은 반대) 핸들링하는 방법
git config --global core.autocrlf true
'IT 관련 공부' 카테고리의 다른 글
딥러닝 너무 어려워서 잠시 멘탈나갔습니다 ㅠ (0) | 2019.08.05 |
---|---|
7월29일 휴가사용 (0) | 2019.07.30 |
구버전 TMAP API 길찾기 어플리케이션 (0) | 2019.03.27 |
안드로이드 피아노 어플리케이션 (0) | 2019.03.27 |
다익스트라 알고리즘 활용 길찾기 프로그램 (1) | 2019.03.14 |