티스토리 뷰

Git

Git 프로젝트파일 업로드

Young_J 2020. 9. 8. 13:55

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
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG more
«   2025/02   »
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
글 보관함