After you push your data to an oxen-server, you can use remote repositories to interact with your data.
README.md
file to the repository with an initial commit. If you want to create an empty repository without adding a README.md
you can pass empty=True
to the create
method.
ls
.
ls
method.
Note: the directories are paginated so you will need to use the page_num
parameter to view the next page of results.
There are also total_pages
, page_number
, and total_entries
attributes that give you information about the pagination.
checkout
method.
checkout
method also allows you to create a new branch if the branch does not exist.
branches
method.