yarn add the-first-commit
const theFirstCommit = require('the-first-commit')
// cwd is the git repository path, if empty use current dir.
theFirstCommit(cwd)
result:
{
hash: 'bdeb253d1679effeb028a813ef870a612ba91555',
short: 'bdeb253',
author: 'sinchang',
email: 'sinchangwen@gmail.com',
date: 'Sun Dec 31 23:37:17 2017 +0800',
message: 'chore: init project'
}
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
the-first-commit © sinchang, Released under the MIT License.
Authored and maintained by sinchang with help from contributors (list).
sinchang.me · GitHub @sinchang · Twitter @sinchangwen