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