-
git 파일 올릴때Git & Github &eclipse 2022. 7. 25. 02:20
git 처음 파일올릴때 순서
1.git remote add origin git주소
2.git add .
3.git commit -m "메세지"
4.git checkout -b branch주소
5.git push -u(유저의) origin(origin remote repository의) branch주소
git 두번째부터
1.git add .
2.git commit -m "메세지"
3.git checkout -b branch주소
4.git push -u(유저의) origin(origin remote repository의) branch주소
'Git & Github &eclipse' 카테고리의 다른 글
이클립스 실행시키는 2가지 방법 (0) 2022.08.03 이클립스로 github에 있는 남의 소스 댕겨오기(이거 다른거랑 글 합치기) (0) 2022.08.03 이클립스에서 git commit 하는 방법 (0) 2022.08.03 이클립스 사용법 (0) 2022.08.03 git 괜찮은 사이트 추천 (0) 2022.08.02