@danielbayerlein/git-pick
v1.1.1
Published
git cherry-pick to multiple branches
Downloads
12
Maintainers
Readme
git-pick
git cherry-pick <commit>
to multiple branches.
With git-pick
you can cherry-pick a commit to multiple branches.
Installation
# npm
npm install @danielbayerlein/git-pick --global
# Yarn
yarn global add @danielbayerlein/git-pick
Usage
git-pick [options] <commit> <branches...>
Options
-b, --new-branch Creates a new feature branch for each given branch
-p, --pull Fetches the changes from the remote branch, before cherry-pick the commit
Contributing
- 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
) - Create new Pull Request
Copyright
Copyright (c) 2016-2017 Daniel Bayerlein. See LICENSE for details.