modified code block cd my-vault
git init
git add . && git commit -m "initial"
gi...
modified paragraph your vault is now browsable at sublimated.com/{your-space}/v...
M /docs/undefined +0 -0
52 unmodified lines53```bash54cd my-vault55git init56git add . && git commit -m "initial"57git remote add origin https://sublimated.com/anton/notes.git57git remote add origin https://sublimated.com/{your-space}/vault.git58git push -u origin main59```60
61your vault is now browsable at `sublimated.com/anton/notes` with all wikilinks and embeds working. see [git](../git/) for more on cloning and pushing.61your vault is now browsable at `sublimated.com/{your-space}/vault` with all wikilinks and embeds working. see [git](../git/) for more on cloning and pushing.62
63## what's different64
65- sublimated resolves wikilinks from the space root, not relative to the current file2 unmodified lines