+9

Standard Window: allow Pull with local changes

ueli marti 2 years ago updated by Thomas Singer 2 weeks ago 3

With the new Standard window, pull is rejected if working tree contains local changes, error message is:

"The working tree contains local changes.: Commit or stash local changes before pulling."

This behavior is different in log or working tree windows, a pop up allowing to choose some options shows up.

This makes standard window unusable for me.

Still here in 2025.I can be fixed using the console.

-> cd /YourRepoPath
-> git status

This force SmartGit to update.
I use SmartGit to avoid having to go through the console, it's very annoying to have to go back through the console for this kind of bugs.

If you have a problem that you think is a bug, please contact smartgit at syntevo dot com.

+1

Please try setting the low-level property standard.pull.allowDirtyWt to true.