Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 294 Bytes

File metadata and controls

11 lines (9 loc) · 294 Bytes
# first time clone
git submodule add https://github.com/paperdebugger-bot/latex-vscode-settings.git .vscode

# clone but find there is a submodule
git submodule update --init --recursive

# update to the latest
git pull --recurse-submodules
git submodule update --recursive --remote