


 저장할 디렉토리로 가서 git clone<Repo URL>  
git remote add pair<Repo URL for pairs fork>
  git remote -v는 연결상태를 확인할때 쓰인다.
git add <change file> git commit -m ’change’ change는 Commit할 내용
git push origin master(or other branch name)git pull pair master (or other branch name)역할이 바뀐 드라이버가 Repository에서 pull