简体   繁体   中英

WebStorm/PhpStorm + Git integration: “Same” vs “Latest” repository version

I am new to Git, so sorry if this is a stupid question, but what is the different between the following two options in the git submenu of the context menu that comes up on right clicking a file in WebStorm/PhpStorm (in the Project sidebar)

  • Compare with same repository version
  • Compare with latest repository version

See the Comparing file versions help section.

  • Same version is the version you last synchronized to. Shows current local changes since last update.
  • Comparing to the latest repository version may show additional changes, if the file was changed in the repository since the last update.

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