简体   繁体   中英

Could not able to see new files from checkout branch in git

I am doing a web project deployed with tomcat. Since, it is a team project, we are using git for version control. I checkout to another branch from master branch by using below command, "git checkout skin-changes". I deploy the project and see new changes in web.However, I couldn't able to new files that are in skin-changes branch in my project. I want to see new files. Please give me a solution for this problem.

If i understood correctly then your problem is

I deploy the project and see new changes in web

So to get the changes in your local copy you have to try git pull origin skin-changes

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