简体   繁体   中英

how to override code in git when pull code

When I pull code from TFS server git tf pull --deep , I met a error as below:

git-tf: Checkout conflict with files:....

How to overrride code on local to get new code from server.

Thanks!

To put your stuff away temporarily type git stash

then pull again with git tf pull

if you want your stuff back type git stash pop

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