Enums§
Statics§
- PATCHES_
REFNAME - Refname used for pushing patches.
- REMOTE_
COMPONENT - Name of the radicle storage remote.
- REMOTE_
NAME - Name of the radicle storage remote.
Functions§
- at
- Get the repository of project in specified directory
- checkout
- Checkout a project from storage as a working copy.
This effectively does a
git-clonefrom storage. - cwd
- Get the RID of the repository in current working directory
- fork
- fork_
remote - Create a local tree for an existing project, from an existing remote.
- init
- Initialize a new radicle project from a git repository.
- remote
- Get the radicle (“rad”) remote of a repository, and return the associated project id.
- remove_
remote - Delete the radicle (“rad”) remote of a repository.
- repo
- Get the current Git repository.
- repo_
jj_ git_ root - Get the Git repo underlying the current Jujutsu repository.
- setup_
patch_ upstream - Setup patch upstream branch such that
git pushupdates the patch.