diff options
author | sgdt6900 <rhanafy.ext@orange.com> | 2018-01-14 13:17:17 +0200 |
---|---|---|
committer | sgdt6900 <rhanafy.ext@orange.com> | 2018-01-14 13:17:17 +0200 |
commit | c274106c1b8f08d3f5b5a759b09e87ce496926c8 (patch) | |
tree | 00e99bb4dbd951b5bf0ba85aabdde345860e7c0b | |
parent | 5d325dfc5d666b345b6555ea9dc4ab3af853be67 (diff) |
update review correction
Change-Id: I189026a4b10795dec11dc76571868c733f03d354
Signed-off-by: sgdt6900 <rhanafy.ext@orange.com>
-rw-r--r-- | docs/DEV.md | 11 |
1 files changed, 10 insertions, 1 deletions
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 |