Replies: 1 comment 1 reply
-
I can't think of anything except the good old rebase method, but that is likely to lead you to git conflicts. I would instead recommend looking at the git history and cherry-picking the changes that you like most, then manually implementing them on your fork. At any rate, because this is a template, every time you start a new project, you should get the latest updates. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@PaulRBerg I really like to keep my projects up to date with updates of the template.
Is there an "easy way" to do that ?
Thanks a lot for the good work !
Beta Was this translation helpful? Give feedback.
All reactions