oxen.init

init

def init(path: str = "./")
Initialize a Repo at the given path. Arguments:
  • path - str The path to initialize the repo at.
Returns: Repo A Repo object that can be used to interact with the repo.