Rich-Harris/degit

best way to update ?

kiuKisas opened this issue · 1 comments

I have a project I start with an older scaffhold, config and stuff change since then. Any way to update without recreate a new project and copy/paste my change?

may get a diff from upstream and apply, try --dry-run first and apply again if no conflicts?

$ git diff --stat -U7 origin-old-hash..HEAD | patch -p1 --dry-run