From c274106c1b8f08d3f5b5a759b09e87ce496926c8 Mon Sep 17 00:00:00 2001 From: sgdt6900 Date: Sun, 14 Jan 2018 13:17:17 +0200 Subject: update review correction Change-Id: I189026a4b10795dec11dc76571868c733f03d354 Signed-off-by: sgdt6900 --- docs/DEV.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/DEV.md b/docs/DEV.md index 0dff2f17..be540d40 100644 --- a/docs/DEV.md +++ b/docs/DEV.md @@ -34,7 +34,7 @@ - git commit --signoff --all - git review -### Review Correction +### Review Correction [ from existed Repo which contains commit-id ] - `git clone https://git.opnfv.org/moon` - `cd moon` - get the commit id from Gerrit dashboard @@ -45,6 +45,15 @@ - `git commit –amend` - `git review` +### Review Correction [ from existed Repo/or new one which not contains commit-id ] +- `git clone https://git.openstack.org/openstack/oslo-specs` +- `cd oslo-specs` +- `git fetch https://git.openstack.org/openstack/oslo-specs refs/changes/43/492543/1 && git checkout FETCH_HEAD` +- `git checkout -b 492543-1` +- `vi specs/policy/external-pdp.rst` +- `git add specs/policy/external-pdp.rst` +- `git commit –amend` +- `git review` ## Build Python Package ### pre-requist -- cgit 1.2.3-korg