This is quite common when I enter a git repo:
Is there an option to prevent automatic fetching of submodules? Afterwards it starts to download the submodule from github like crazy without even asking if I want to pull.
You can disable automatic background fetching globally in Preferences > General > Check default remotes for updates every X minutes (uncheck the box).
You can also do it per repo in Settings > Advanced.
Note that in the latest version of Sourcetree the global fetch settings are in Tools > Options > General instead of Preferences > General.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The automatic fetching also makes the git flow workflow a complete pain since you always have to switch back to develop to pull, then back to your feature branch to finish the feature.. this process can definitely be simplified through sourcetree.
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.