mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-20 16:42:13 +11:00
14 lines
No EOL
376 B
JavaScript
14 lines
No EOL
376 B
JavaScript
var exec = require('./exec')
|
|
|
|
module.exports = function()
|
|
{
|
|
console.log()
|
|
console.log('========================================')
|
|
console.log('= Committing changes =')
|
|
console.log('========================================')
|
|
console.log()
|
|
|
|
console.log(exec('git add .'))
|
|
|
|
console.log(exec('git commit -m "Phone number medatada update"'))
|
|
} |