Commit 757f402f authored by shangbj's avatar shangbj

'add'

parent d3a3efc3
const getRepoInfo = require('git-repo-info') const getRepoInfo = require('git-repo-info')
const info = getRepoInfo(); const info = getRepoInfo();
console.log('----', info.commitMessage) const objkeys = Object.keys(info)
\ No newline at end of file
for (const key of objkeys) {
console.log(info[key])
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment