Custom Search

Saturday, January 18, 2014

How To Checkout From review.openstack.org and rebase and Push Changes back


1)
#git clone https://github.com/openstack/python-keystoneclient.git

2)
#cd python-keystoneclient

3)
Checkout Patch
Click on "Checkout" button and copy the url and append "-b bug_branch"
#git fetch ssh://sajuptpm@review.openstack.org:29418/openstack/python-keystoneclient refs/changes/81/65381/9 && git checkout FETCH_HEAD -b bug_branch

4)
#git branch
* confirm that you are in branch 'bug_branch'

5)
#git rebase -i master



6)
#Make or Appy your changes

7)
#git commit -a --amend

8)
#git review -s

9)
#git review

No comments:

Post a Comment