S
S
szQocks2021-06-27 23:48:30
git
szQocks, 2021-06-27 23:48:30

Why is git ignoring files in /src?

What commands need to be written in order to completely untie git from the folder in which the project is located?
What would I stupidly - flew into the folder, and registered the commands to
initialize all the files, then commit to bind the remote git and push.

I'm just trying to push, sends half of the files, half doesn't seem to see it, although I'm fine in gitignore.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2021-06-27
@szQocks

Not relevant
What commands need to be written in order to completely untie git from the folder in which the project is located?

Just delete the .git folder
rm ./.git -rf
I'm just trying to push, sends half of the files, half doesn't see it, as if

Apparently I did not understand what "untie" means.
If it doesn't commit all the files, then just add them with git add .

You have a crooked gitignore

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question