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
Difference between fetch, fetch --tags, and fetch --prune
cbeck
#1
0 Likes
deathaxe
#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