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
...
어떤 내용인지 , 프로젝트인지 설명함 . 어떤 프로그램인지
md-markdown
VIM에 대해서 ,맞아라탈모VIM (0) | 2024.07.16 |
---|---|
git log ,--pretty (0) | 2024.07.16 |
git 커맨드 (0) | 2024.07.16 |
git 상태 (0) | 2024.07.16 |
working directory , staging area , repository (1) | 2024.07.16 |