oxen.repo
Repo Objects
Examples
Init, Add, Commit and Push
Adding and committing a file to a remote workspace.__init__
path
-str
Path to the main working directory of your oxen repo.mkdir
-bool
Whether to create the directory if one doesn’t exist. Default: False
init
clone
url
-str
The url of the remote repository. ex) https://hub.oxen.ai/ox/chatbotbranch
-str
The name of the branch to clone. Default: mainall
-bool
Whether to clone the full commit history or not. Default: False
branches
branch
checkout
revision
-str
The name of the branch or commit id to checkout.create
-bool
Whether to create a new branch if it doesn’t exist. Default: False
add
add_schema_metadata
rm
path
-str
The path to the file or directory to remove.recursive
-bool
Whether to remove the file or directory recursively. Default: Falsestaged
-bool
Whether to remove the file or directory from the staging area.Default
- Falseremote
-bool
Whether to remove the file or directory from a remote workspace.Default
- False
status
commit
message
-str
The commit message.
log
set_remote
name
-str
The name of the remote. Ex) originurl
-str
The url you want to map the name to. Ex) https://hub.oxen.ai/ox/chatbot
push
remote_name
-str
The name of the remote to push to.branch
-str
The name of the branch to push to.
pull
remote_name
-str
The name of the remote to pull from.branch
-str
The name of the branch to pull from.all
-bool
Whether to pull all data from branch history or not. Default: False