python-api/workspace.
Create a Workspace
Create a workspace on the current branch withoxen workspace create.
Stage Files in a Workspace
Add files to the workspace withoxen workspace add. The file contents are uploaded directly to the remote and staged for commit.
Commit a Workspace
Once your changes are staged, commit them withoxen workspace commit.