Skip to content
Krinkle edited this page Apr 20, 2012 · 5 revisions

Welcome to the pulley wiki!

Configuration

To configure pulley, edit the config.json file.

  • interactive (bool): If true, git commit is done with -e
  • remote (string): username/reponame, where to push the commit to
  • repos (object): (optional) Base urls for issue trackers. Keyed by username/reponame, value is the url that gets the ticket ID appended to it (extracted from pull title/body in the form #(\d+)).

Customizing the commit-msg format (default: "Close GH-{id}: {title}."), currently requires modifying the pulley.js file (see also issue #52).

Clone this wiki locally