Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 226 Bytes

File metadata and controls

13 lines (10 loc) · 226 Bytes

Vault

Getting started

# Cloning
git clone git@github.com:nutgaard/vault.git --recurse-submodules

# Sync from remote
git submodule update --remote --merge

# Push changes
git push --recurse-submodules=on-demand