gitorious-cli

What is?

A command line tool to work with gitorious

Commands

  • setup Setup a repository
  • get Create a local copy of another repository.
  • archive Archives the project
  • info Info about a project
  • fork Fork and pull a gitorious project
  • whatsnew Display unrecorded changes.
  • push Push to gitorious
  • publish Publish a file on *forge
  • request-merge Make a merge request
  • pull Pull from gitorious
  • committer Add/list committers

Examples

Setup a repository

gitorious setup gitorious-cli your-repo-name

Fork a project

gitorious fork gitorious-cli new-repo-name

forks and setup a project (gitorious-cli)

Pull a repository

gitorious pull repo-name

if you are not the owner of repo-name , a branch named repo-name will be created

What's new

gitorious w

Request merge

gitorious request-merge target-repository "summary"

To archive the project

gitorious archive --format=zip

Modules

To load modules add the option --load-support.
gitorious -lruby

Ruby

Commands

  • gem Generate a gem.

Examples

gitorious -lruby gem "the summary" --has-rdoc --dependency="hpricot" --dependency="anotherdep"

ActivitiesFeed_12