git - How to view remote changes with TortoiseGit -


i cannot figure out how view remote changes tortoisegit.

someone pushed code server. see changes before git pull. how can see remote changes tortoisegit?

i tried "fetch" command, when "show log" after fetching, not show remote changes.

"fetch" correct command retrieve remote changes without integrating/merging them.

click on "all branches" on lower left on log dialog show branches (also remote ones). or click on branch label in upper left , select branch(es) want see in log dialog.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -