Gerrit 上獲取Patch

在gerrit 獲取git fetch地址

在review   頁面 點擊Download --> Checkout  複製fetch  命令


複製的命令如下 git fetch https://git.openstack.org/openstack/solum refs/changes/39/321239/1 && git checkout FETCH_HEAD

在本地devstack 上執行即可

solumuser@ubuntu14044:/opt/stack/solum$ git fetch https://git.openstack.org/openstack/solum refs/changes/39/321239/1 && git checkout FETCH_HEAD
From https://git.openstack.org/openstack/solum
 * branch            refs/changes/39/321239/1 -> FETCH_HEAD
M       solum/api/handlers/common.py
Note: checking out 'FETCH_HEAD'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at cdc2e78... (WIP)Fix private repo build
solumuser@ubuntu14044:/opt/stack/solum$ git branch -a
* (detached from FETCH_HEAD)
  master
  remotes/origin/HEAD -> origin/master
  remotes/origin/cookiecutter
  remotes/origin/master
  remotes/origin/readme-start
  remotes/origin/stable/mitaka


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章