full-stack-fastapi-template icon indicating copy to clipboard operation
full-stack-fastapi-template copied to clipboard

Project development with coockiecutter and private repos

Open awmar1 opened this issue 4 years ago • 0 comments

How should I go with my development process ( adding new endpoints...etc) The cookiecutter method removes the .git file and changes the {{cookiecutter.project_name}} to my project name. from my understanding ( an example: https://medium.com/@bilalbayasut/github-how-to-make-a-fork-of-public-repository-private-6ee8cacaf9d3 ) I should just mirror the repo to my private repo and work my way there and when I need to update it I would just pull the changes from here into a branch and then merge it. am I understanding this wrong? How normally this process would go?

awmar1 avatar Aug 29 '21 23:08 awmar1