Replies: 1 comment
-
We could probably fork that gist and update it with the exact right names and remove the steps that aren't necessary... I'll leave that up as an exercise for the reader... ;-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you want to be able to easily incorporate ongoing changes from this repo into your own, you have to start from the actual github repo.
Instructions here: https://gist.github.com/0xjac/85097472043b697ab57ba1b1c7530274
In a nutshell:
You have to do the setup only once, but then you can easily pull in changes from the original repo into your personal project repo. I do it even from visual studio after I pulled in the changes into my fork on github: right click on remotes/upstream/main and click fetch, then right click again and click "merge upstream/main into main"... fix merge conflicts and voila...
Beta Was this translation helpful? Give feedback.
All reactions