본문 바로가기

Research/Etc

[github] syncing a fork - fork 한 리파지토리 업데이트 하기





Here’s how to update your fork directly from GitHub (as shown in the video above):

  1. Open your fork on GitHub.
  2. Click on Pull Requests.
  3. Click on New Pull Request. By default, GitHub will compare the original with your fork, and there shouldn’t be anything to compare if you didn’t make any changes.
  4. Click on switching the base (if no changes were made in the fork) or click Edit and switch the base manually. Now GitHub will compare your fork with the original, and you should see all the latest changes.
  5. Click on Create to create a pull request for this comparison and assign a predictable name to your pull request (e.g., Update from original).
  6. Click on Send pull request.
  7. Scroll down and click Merge pull request and finally Confirm merge. If your fork didn’t have any changes, you will be able to merge it automatically.





http://stackoverflow.com/questions/7244321/how-to-update-github-forked-repository

'Research > Etc' 카테고리의 다른 글

Hex-rays Decompilation failure  (0) 2018.02.12
ws filter  (0) 2016.09.06
입출력 리다이렉션  (0) 2015.04.06
설치된 드라이버 살펴보기  (0) 2013.12.10