semtag
semtag copied to clipboard
Make git fetch toggleable
Sometimes, you'd rather not have semtag
automatically perform a git fetch
and would like it to work with the currently cloned repo alone.
Proposal: add a flag to disable the git fetch
in init
.
Do you have any preferences for what the flag should be?
what about --nofetch
?