Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.44 KB | None | 0 0
  1. $ cd fuel-web
  2. $ git remote update
  3. $ git checkout master
  4. $ git pull --ff-only origin master
  5. $ git checkout -b mitaka-bp/custom-ca-bundle-verify-vcenter-cert remotes/origin/stable/mitaka
  6. $ git fetch https://git.openstack.org/openstack/fuel-web refs/changes/05/353605/5 && git cherry-pick -x FETCH_HEAD
  7.  
  8. Resolve conflicts if any, then run:
  9. $ git cherry-pick --continue
  10.  
  11. Then commit your change:
  12. $ git commit --amend
  13.  
  14. $ git review stable/mitaka
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement