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

Execute Merge #3

Open
dahlbyk opened this issue Aug 17, 2016 · 1 comment
Open

Execute Merge #3

dahlbyk opened this issue Aug 17, 2016 · 1 comment

Comments

@dahlbyk
Copy link
Member

dahlbyk commented Aug 17, 2016

  1. Get Commit for gh-pages and master (can pass branch name for :sha)
  2. Create a Tree
    • base_tree = master's tree's sha
    • tree += tree named docs with gh-pages' tree's sha
  3. Create a Commit
    • message = something clever
    • tree = 2️⃣
    • parents = [ master's sha , gh-pages's sha ]
  4. Create a Reference
    • ref = refs/heads/huboard/pages2docs
    • sha = 3️⃣
  5. Create a Pull Request
    • head = huboard/pages2docs
    • base = master
    • body = Instructions!
@discorick
Copy link
Member

Do you want to pair with me on these for huboard-enterprise-docs ? there are a couple steps I am unclear on so would be good to have you around.

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

2 participants