Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checklist #2

Open
4 tasks
fafnirZ opened this issue Oct 1, 2022 · 0 comments
Open
4 tasks

checklist #2

fafnirZ opened this issue Oct 1, 2022 · 0 comments

Comments

@fafnirZ
Copy link
Collaborator

fafnirZ commented Oct 1, 2022

commands

  • cherrypatch config

    • configures where to automatically store files
    • configures store-target remote branch
    • configures patch-target to target a specific branch
  • cherrypatch commit (commits to target project) (provice project path, will auto generate the patch file storage)

  • cherrypatch push (use go-github to create a PR in store-target)

  • cherrypatch perform

    • runs git format-patch between current checked out branch and a configures branch (or a provided branch name)
.cherrypatch
|_project
    |_ config
    |_ staged(as result of `perform`
    |_ archive(as a result of `commit` push all committed patches into archive`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant