git push , pull , clone
git push -u origin master ; local repository -> remote repository 내용을 처음 올릴 떄 사용 git push ; local repository 내용 보내기-> remote repository 밀다 git pull ;remote repository 내용받기-> local repository 당기다 가져오다 git clone ; git hub 에 있는 프로젝트 가져올 때 씀 복사하다 ex) git clone. https://github blah blahblah readme.md 읽어라 ###this project is about ~~ about this project how to use ... 어떤 내용인지 , 프로젝트인지 설명함 ...
초보코딩
2024. 7. 16. 16:54