summaryrefslogtreecommitdiffstats
path: root/doc/markdown
diff options
context:
space:
mode:
Diffstat (limited to 'doc/markdown')
-rw-r--r--doc/markdown/dev_guide.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/markdown/dev_guide.md b/doc/markdown/dev_guide.md
index aff1bcd..0fb776d 100644
--- a/doc/markdown/dev_guide.md
+++ b/doc/markdown/dev_guide.md
@@ -158,6 +158,20 @@ git review -d CHANGE_NUMBER
where CHANGE_NUMBER is the Gerrit change number.
+If you need to create a new patch for a change and include your update(s)
+to your last commit type:
+
+~~~
+git commit -as --amend
+~~~
+
+Now that you have finished updating your change, you need to re-upload
+to Gerrit using the following command:
+
+~~~
+git review
+~~~
+
## Creating Distribution Packages
### Tools Installation