mirror of
https://github.com/scratchfoundation/gh-pages.git
synced 2024-11-28 18:25:38 -05:00
6 lines
89 B
JavaScript
6 lines
89 B
JavaScript
|
|
|
|
/**
|
|
* Generate promises for spawned git commands.
|
|
*/
|
|
exports.git = require('./git');
|