Sublime Forum

Difference between fetch, fetch --tags, and fetch --prune

#1

Hi,
I can’t find any documentation, but does the default fetch command do --tags and --prune or do I need to make two calls and/or make a custom menu item to do both?
If I have to make a custom menu option, is there a menu file for the Pull Options menu? I do not see one mentioned here: https://www.sublimemerge.com/docs/menus#available_menus

0 Likes

#2

The default fetch command calls git fetch and does whatever this command does.

The pull command uses an ListInputHandler to display available arguments in Command Palette. It’s implemented in core and can’t be customized.

0 Likes