简体   繁体   中英

Git: after shell generates files on the live server, does git repo updates automatically?

I'm very new to version control systems and this part seems confusing.

I'm using a PHP framework (Symfony) and sometimes I need to generate modules, etc. - new files.

I do this with Putty by connecting to the live server.

But the generated files on the server won't automatically appear in the repo on git, will they?

What is the concept behind this?

Files won't be added to your repository without interaction. Everything that goes into your repository will need to be manually added with git add fileName

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM