kahole / edamagit

Magit for VSCode

Home Page:https://marketplace.visualstudio.com/items?itemName=kahole.magit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Add -prune switch to pull command (F)

MarcoBuess opened this issue · comments

See the description. It would be really convenient, to add --prune switch to the pull command. This eliminates the need to run fetch --prune before running pull.

Added in v0.6.26

Prune switch doesn't remove remote branches that are deleted. They will still only be removed by using fetch with --prune. It logs [0] git pull --prune origin master but doesn't remove the non existent remotes.