Skip to content

Latest commit

 

History

History

gpm-pull

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

lerna-command-gpm-pull

NPM version NPM Downloads Prettier Conventional Commits

gpm pull command

Usage

Options

gitPullCommand

执行 git command 的命令模板

  • Type: string
  • Default: "git pull ${remote} ${branch}"

Contributing

  • Fork it!
  • Create your new branch:
    git checkout -b feature-new or git checkout -b fix-which-bug
  • Start your magic work now
  • Make sure npm test passes
  • Commit your changes:
    git commit -am 'feat: some description (close #123)' or git commit -am 'fix: some description (fix #123)'
  • Push to the branch: git push
  • Submit a pull request :)

Authors

This library is written and maintained by imcuttle.

License

MIT - imcuttle