mirror of
https://github.com/rschamp/gh-pages.git
synced 2026-03-30 17:53:55 +08:00
7 lines
89 B
JavaScript
7 lines
89 B
JavaScript
|
|
|
|
/**
|
|
* Generate promises for spawned git commands.
|
|
*/
|
|
exports.git = require('./git');
|