M
M
Maxim2016-07-01 10:14:44
git
Maxim, 2016-07-01 10:14:44

How to force push files to Git?

Hey! I’m doing a project (yii2)
on the local server , connected GitHub , uploaded the files there, but I didn’t even notice when it started, the files are all uploaded to the git normally, but the local vendor folder (although it is constantly updated with files and folders) is not uploaded, writes that there is nothing new there, although it is very different. How to be in this case and how to fill in this folder?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Wolf, 2016-07-01
@KidsBout

The vendor folder is not uploaded as it is in .gitignore. Yes, she doesn't need it. It can be restored by simply typing a single command in the terminal.
Git is a repository of versions of your project, not a dump for everything-everything-everything :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question