Module radicle::rad

source ·

Enums§

Statics§

Functions§

  • Get the repository of project in specified directory
  • Checkout a project from storage as a working copy. This effectively does a git-clone from storage.
  • Get the RID of the repository in current working directory
  • Create a local tree for an existing project, from an existing remote.
  • Initialize a new radicle project from a git repository.
  • Get the radicle (“rad”) remote of a repository, and return the associated project id.
  • Delete the radicle (“rad”) remote of a repository.
  • Get the current Git repository.
  • Setup patch upstream branch such that git push updates the patch.