简体   繁体   中英

How to disable merge option in Eclipse Git?

I want to disable the option merging in my Eclipse Git, to stop merging my code unknowingly?

Because my system is very slow, sometimes I am trying to trigger for synchronize but unfortunately merge tool has been triggered.

You could simply fetch instead of pulling: that will synchronize the remote tracking branches of your repo, but won't merge anything.

See also " What does exactly fetch does in eclipse git (EGIT)? ".

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