git to lore, quickly
Already fluent in git? Here's the vocabulary swap.
| In git | In lore |
|---|---|
git clone | lore clone (by URL, not name) |
| commit | revision (lore commit) |
git add / rm | lore stage |
| pull / fetch | sync |
| branch | partition |
git push | lore push |
New to the CLI itself? Start with Getting started instead.