Skip to content

auto update submodule when checkout #3455

Answered by stk-ableton
cathaysia asked this question in Q&A
Discussion options

You must be logged in to vote

Not right now. I have the following custom command that makes it easy to update submodules with a single keystroke (I find it too cumbersome to navigate to the submodules tab to do it there):

customCommands:
  - key: "U"
    command: "git submodule update --init --recursive"
    context: "global"
    description: "Update submodules"
    loadingText: "Updating Submodules..."
    stream: true

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by cathaysia
Comment options

You must be logged in to vote
2 replies
@stefanhaller
Comment options

@cathaysia
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants