설정
git config --global user.name "LMC" git config --global user.email 2_minchul@naver.com
git config --global credential.helper store
새 저장소 만들기
git init git remote add origin {url} git add . git commit -am "first" git push -u origin master
리모트 저장소에서 복사
git clone {url}
'개발' 카테고리의 다른 글
Windows10 에서 npm 업데이트 (0) | 2019.01.29 |
---|---|
MongoDB setup on Ubuntu (0) | 2017.09.10 |
구글번역 사용시 코드영역 제외하고 번역하기 (1) | 2017.02.12 |
브라우저 header (0) | 2017.02.09 |
[html] post 방식을 링크 시키는 방법 (3) | 2017.01.25 |