1. local to remote

git remote add origin(별명) 주소

git push -u origin master (처음한번만)

git push (두번째 부터)

 

2. remote to local

git clone 주소 

'git' 카테고리의 다른 글

merge tool  (0) 2018.08.08
branch  (0) 2018.08.07
실행순서  (0) 2018.08.07
git password 저장  (0) 2017.11.06
git config 계정설정  (0) 2017.11.06

+ Recent posts