IT 관련 공부
git 업데이트 하는 방법
개발자 김성준
2019. 7. 22. 17:22
추가 하기
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