반응형

[Git] 원격 저장소와 연결하기.


Gerrit 과 같은 repository 에 공간을 만든 고 로컬에도 저장소를 만든 후 아래와 같은 작업을 통해서 

remote 와 연결? 한다.


git init  후 ....


git remote add origin //your github url

//pull those changes

git pull origin master

//now, push your work to your new repo

git push origin master


완료.!! ^^



반응형

+ Recent posts