rmeneely/Git cherry-pick commits
Performs a git cherry-pick on a list of commitSHAs"
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| commits | Space separated list of commits | yes | — |
| repo_path | Path to the git repo | no | . |
| no_execute | Do not execute the git cherry-pick command | no | — |
Outputs
| name | description |
|---|---|
| commits | Returns a space separated list of commit values |
| count | Returns the number of sucessful commits |