diff options
| -rw-r--r-- | shellrc.d/git | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/shellrc.d/git b/shellrc.d/git index c018da9..870622f 100644 --- a/shellrc.d/git +++ b/shellrc.d/git @@ -25,7 +25,7 @@ gitbcheckout() {  	nw="$(git rev-parse --show-toplevel)-$1"  	git worktree add "$nw" "$1"  	cd "$nw" -	git submodule update --init --recursive +	git submodule update --no-fetch --init --recursive  }  alias gitbco='gitbcheckout' | 
