auto update submodule when checkout #3455
-
If it's possbile auto update submodule when checkout to a new branch? |
Beta Was this translation helpful? Give feedback.
Answered by
stk-ableton
Mar 29, 2024
Replies: 2 comments 2 replies
-
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 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cathaysia
-
All right. Is this feature likely to be supported in the future?
…________________________________
From: Stefan Haller ***@***.***>
Sent: Friday, March 29, 2024 5:38:49 PM
To: jesseduffield/lazygit ***@***.***>
Cc: DragonBillow ***@***.***>; Author ***@***.***>
Subject: Re: [jesseduffield/lazygit] auto update submodule when checkout (Discussion #3455)
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
―
Reply to this email directly, view it on GitHub<#3455 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKBJ6ANP67FBPY4H2NHXELLY2USBTAVCNFSM6AAAAABFOF3W7WVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DSNBZHA4DO>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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):