Once your repository has a remote configured (see Start a Repository), you can push your work and pull collaborators’ changes.Documentation Index
Fetch the complete documentation index at: https://docs.oxen.ai/llms.txt
Use this file to discover all available pages before exploring further.
Push Changes
Once you’ve committed changes locally, push them to a remote withoxen push.
origin and the current branch.
Resume a Push
If a push is cancelled partway through, use--missing-files to resume and upload only the remaining files.
Pull Changes
To pull the latest commits for a branch — downloading their files and Merkle trees, then checking out the latest commit — useoxen pull.
origin and the branch defaults to the current branch.
clone, you can pull all branches with --all.
Fetch Changes
To fetch the latest changes without checking them out in the working directory, useoxen fetch.
View Configured Remotes
oxen remote lists the remotes configured for your repository.
--verbose to also see each remote’s URL.