Fix .gitignore so docs/Makefile is not ignored. Add README and Makefile. Fis gitreview.

Change-Id: I3d664d9c881ce127a09b9d68c1181a7098a39074
Signed-off-by: John DeNisco <jdenisco@cisco.com>
This commit is contained in:
John DeNisco
2018-07-26 16:21:31 -04:00
committed by Dave Barach
parent 9bae0ca53b
commit 2d1a04371a
4 changed files with 81 additions and 11 deletions

View File

@ -39,24 +39,24 @@ To get a new patch reviewed use the following:
.. code-block:: console
git status
git add <filename>
git commit -s
git review
$ git status
$ git add <filename>
$ git commit -s
$ git review
If the patch is a draft use the following:
.. note::
git review -D
$ git review -D
To get back to the master:
.. code-block:: console
git reset --hard origin/master
git checkout master
$ git reset --hard origin/master
$ git checkout master
Existing patch
--------------
@ -66,7 +66,7 @@ To modify an existing patch:
.. code-block:: console
git status
git add <filename>
git commit --amend
git review
$ git status
$ git add <filename>
$ git commit --amend
$ git review