L33T-KR3W / push-dir

👉📁 Push the contents of a directory to a remote branch
MIT License
267 stars 11 forks source link

Add --message option in README #32

Open the-glima opened 4 years ago

the-glima commented 4 years ago

After using your package I've noticed the hash commit message:

image

But looking at index.js you do have this option:

https://github.com/L33T-KR3W/push-dir/blob/master/index.js#L15

So adding it, works:

push-dir --dir=dist --branch=gh-pages --message=\"This is a commit message\"

image

Is there any reason that is not there? I could create a PR.