S
S
sanchey922020-01-20 13:05:43
JavaScript
sanchey92, 2020-01-20 13:05:43

Git work in Webstorm, commits?

Good afternoon! the problem is this: when creating a template using create-react-app, template files are created (App.js, App.css ....) during the development process, I delete these files and build the application architecture for myself. But as it comes to pushing these remote files to the repository, as I understand it, when creating create-react-app, it initializes the first commit, in which these files are stored. I tried to delete this commit, but failed)
The question is how to treat it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Loli E1ON, 2020-01-20
@sanchey92

You can demolish the template files, then delete the .git folder from the project and re- init git init , then commit and push to the rep

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question