git을 이용한 Pair Programming
1829 단어 CODESTATESgitCODESTATES
1. Repository Fork
2. Repository HTTPS Clone
3. Local에 저장
저장할 디렉토리로 가서 git clone<Repo URL>
저장할 디렉토리로 가서 git clone<Repo URL>
4. pair의 Repository에 연결
git remote add pair<Repo URL for pairs fork>
git remote -v는 연결상태를 확인할때 쓰인다.
5. 작성한 파일을 Add
git add <change file>
6. Commit
git commit -m ’change’
change는 Commit할 내용
7. Repository에 push
git push origin master(or other branch name)
8. Repository에서 pull
git pull pair master (or other branch name)
역할이 바뀐 드라이버가 Repository에서 pull
5번부터 반복
Author And Source
이 문제에 관하여(git을 이용한 Pair Programming), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://velog.io/@rbghks2102/Git-Repository
저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
git remote add pair<Repo URL for pairs fork>
git remote -v는 연결상태를 확인할때 쓰인다.
git add <change file>
6. Commit
git commit -m ’change’
change는 Commit할 내용
7. Repository에 push
git push origin master(or other branch name)
8. Repository에서 pull
git pull pair master (or other branch name)
역할이 바뀐 드라이버가 Repository에서 pull
5번부터 반복
Author And Source
이 문제에 관하여(git을 이용한 Pair Programming), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://velog.io/@rbghks2102/Git-Repository
저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
git commit -m ’change’
change는 Commit할 내용
git push origin master(or other branch name)
8. Repository에서 pull
git pull pair master (or other branch name)
역할이 바뀐 드라이버가 Repository에서 pull
5번부터 반복
Author And Source
이 문제에 관하여(git을 이용한 Pair Programming), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://velog.io/@rbghks2102/Git-Repository
저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
git pull pair master (or other branch name)
역할이 바뀐 드라이버가 Repository에서 pull
Author And Source
이 문제에 관하여(git을 이용한 Pair Programming), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@rbghks2102/Git-Repository저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)