You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now you have to guess that in order to use that starter kit, you need to clone it.
It would be great to see steps to get started, and also precisions to remove git metadata if you clone this inside an existing project:
You have an existing repo with your application, with that tree structure:
Why do you want delete the git history when you begin a new project with the starter ?
When I create a new project, I just change the url of the origin remote.
I want to delete this repo's history when cloning inside an exsting application repository, as stated in my previous comment. I've updated it to make it clearer.
The gist of it is
└── /
├── client/
│ ├── frontendapp1
│ └── frontendapp2 <--- my new project i want to start with the starter
└── server/
├── backend1
└── backend2
Also, why would you want the history of this repo, even when starting fresh in a new repository containing only my app? It pollutes my app's git history and I am unlikely to pull from upstream to get updates from the starter kit
Issue and Steps to Reproduce
Right now you have to guess that in order to use that starter kit, you need to clone it.
It would be great to see steps to get started, and also precisions to remove git metadata if you clone this inside an existing project:
You have an existing repo with your application, with that tree structure:
You want to start a new project inside /client/frontendapp2. You cannot just clone and change origin. You need to remove the git folder.
One solution is to
depth=1 to avoid copying too much history, then remove the .git folder
The other is to recommend downloading an archive (not great imo)
Cleanup
Also, there is a lot of clutter after clone (all the .MD files). Would be great to have a nice way to get rid of them!
The text was updated successfully, but these errors were encountered: