V
V
Vitaliy Reusch2020-12-22 22:50:26
git
Vitaliy Reusch, 2020-12-22 22:50:26

How to completely update all files in a local repository?

Made changes to .gitattributes and .gitignore files. I need to completely re-upload the entire folder to the remote repository, but git status does not see changes in the rest of the files, because I only changed the above two. How can I make them go into the modified status without changing them, or just re-upload all the files with the command?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Aetae, 2020-12-23
@dextromethorphanum

git rm -r --cached .
git add .

Just be careful.)

V
Vasily Bannikov, 2020-12-22
@vabka

git add*

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question