티스토리 뷰
1. cd 프로젝트파일 경로
2. git init
3. git add .
4. git commit -m "메세지"
5. git remote add origin 깃 주소
6. git push origin master
tern 프로젝트 파일 git add . 시 warning: LF will be replaced by CRLF 오류 해결방법
git config --global core.autocrlf true
'Git' 카테고리의 다른 글
Git branch 옵션 정리 (0) | 2021.03.05 |
---|---|
Git remote repository 변경 (0) | 2021.03.03 |
Git Repository migration (0) | 2021.02.28 |
push 된 file 에 .gitignore 적용시키는 방법 (0) | 2021.01.22 |
Git branch 나누기 (0) | 2020.12.21 |