sublimehq / sublime_merge

Issue tracker for Sublime Merge
https://www.sublimemerge.com
272 stars 14 forks source link

Add "pull --prune" option #1926

Open widogg opened 3 weeks ago

widogg commented 3 weeks ago

Problem description Sublime merge has several pull and fetch options. However, it does not includes pull --prune (while it does include fetch --prune).

Personally, I end up having to run 2 commands while I could be running only one. This option is present in the git CLI

Preferred solution

Add the option to pull --prune to the Pull Options combo

Alternatives

Another alternative would be to accept arbitrary text as parameters