Module rad
Source - CheckoutError
- ForkError
- InitError
- RemoteError
- PATCHES_REFNAME
- Refname used for pushing patches.
- REMOTE_COMPONENT
- Name of the radicle storage remote.
- REMOTE_NAME
- Name of the radicle storage remote.
- at
- Get the repository of project in specified directory
- checkout
- Checkout a project from storage as a working copy.
This effectively does a
git-clone from 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.
- setup_patch_upstream
- Setup patch upstream branch such that
git push updates the patch.