Manually tell Sourcetree to refresh each individual repo via the Repository -> Refresh remote status option.
Auto refresh option is set in Tools -> Options -> General (tab) -> "Check default remotes for updates every xxx minutes.
You can force a check by clicking the "Fetch" button.
As Gary said, you can configure SourceTree to do this automatically every xxx minutes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Seth - doesn't "Fetch" do more than just check the status?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
SourceTree (and git in general) don't show you remote information, they copy information about the remote to your local repo, and show you that.
Fetch downloads new commits from your remotes, and updates all of the remote branch references. It does not modify your local branches.
The option to check remotes automatically performs a fetch command. I'm not sure what the Repository -> Refresh remote status does.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.