GitXplorerGitXplorer
s

git-dummy-commit

public
5 stars
2 forks
2 issues

Commits

List of commits on branch master.
Verified
30455b4437226be956ae8418830c1bcbce8bb423

1.3.0

sstevemao committed 8 years ago
Verified
8195e2c0966648ef08c659bfb6a605465908eba6

meta

sstevemao committed 8 years ago
Verified
a3ad44687706066e23cf23fcfe49a8d386ac7bb4

add node6, remove old

sstevemao committed 8 years ago
Verified
ad5fba114a9f46e85c1ffc9aed699f5ecdda53c9

fix tests

sstevemao committed 8 years ago
Verified
d3fca45c0f10debcd06b3a1e6311beb991468224

do not sign on commit, update shelljs

sstevemao committed 8 years ago
Unverified
b338f068852be23bfb370f47639af20c40666306

type is just any

sstevemao committed 9 years ago

README

The README file for this repository.

git-dummy-commit Build Status

Create a dummy commit for testing

Install

$ npm install --save-dev git-dummy-commit

Usage

const gitDummyCommit = require('git-dummy-commit');

gitDummyCommit('unicorns');
//=> created a commit with message "unicorns"

API

gitDummyCommit(msg)

msg

Type: any Default: 'Test commit'

Commit message.

CLI

$ npm install --global git-dummy-commit
$ git-dummy-commit unicorns

License

MIT © Steve Mao