after I fork a github project, how can I stay current with the original project?
Posted
by metaperl
on Stack Overflow
See other posts from Stack Overflow
or by metaperl
Published on 2010-05-04T17:40:30Z
Indexed on
2010/05/04
17:58 UTC
Read the original article
Hit count: 167
github
On github, after I fork a project, modify it, then submit my pull request, it seems that I have to delete and re-fork in order to stay current with any changes made after my pull request is honored.
It seems tedious to have to keep deleting the repo to keep it current. Is there some way to keep it current without deleting and re-forking?
© Stack Overflow or respective owner