Github Fork

1. Fork 를 떠온다

2. git clone [https://github.com/hyho942/hecoco.git]

3. 해당 폴더로 이동

4. git branch [develop] // 내 브랜치를 따온다

5. git remote add rmorigin #PM address

6. git fetch rmorigin [develop]

7. git merge rmorigin/[develop]

8. 내가 작업

9. Git add [index.html]

10. Git commit

11. Shift + ; ( : )

12. Wq

13. Git fetch rmorigin [develop]

14. Git merge rmorigin/[develop]

15. Git push (git push -u origin develop)

16. 내가 풀리케 보냄

17. Pm이 수정

18. Pm이 푸시

19. git fetch rmorigin develop

20. git merge rmorigin/develop

· Git branch -a

Last updated

Was this helpful?