im pretty new to use github and have to find a solution for a problem. i start all my git project from a skeleton which i keep in a github repository. it have stuff like licence, gitignore and so on in it.
right now i start cloning my skeleton into the folder of the new project.
git clone https://github.com/myskeleton new-project
then i add all my files and start new with a rm -rf .git
and git init
. but i update my skeleton project now and then and would like to pull / fetch these updates in the new project.
i hope you understand my need and maybe can give me a hint how to solve this problem in a better way im doing it right now.
thanks for answers
cheers bin2hex