mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 01:52:02 -04:00
Add a review initial commit step to the review guide
This commit is contained in:
parent
8d8d657d10
commit
e585ecdf3f
1 changed files with 7 additions and 0 deletions
|
@ -33,6 +33,13 @@
|
|||
<h2>Build title, table of contents, and images</h2>
|
||||
<p>Run <code class="bash"><b>se</b> build-title <u>.</u></code>, <code class="bash"><b>se</b> build-toc <u>.</u></code> and <code class="bash"><b>se</b> build-images <u>.</u></code> at the root of the project directory. No changes should be made by these tools if the producer correctly generated the title page, table of content, and image files. Any discrepancies can be highlighted and investigated via the <code class="bash"><b>git</b> diff</code> listed in Step 1.</p>
|
||||
</li>
|
||||
<li>
|
||||
<h2>Review initial commit</h2>
|
||||
<p>Check out the initial commit and review <code>body.xhtml</code> with your text editor of choice to make sure that the Project Gutenberg license text wasn’t accidentally committed to the repository:</p>
|
||||
<code class="terminal"><b>git</b> checkout <i>"$COMMIT"</i></code>
|
||||
<p>If the license text was committed, the producer will have to rebase it out. Once you are done reviewing the initial commit, use the following command to leave the detached <code>HEAD</code> state:</p>
|
||||
<code class="terminal"><b>git</b> switch -</code>
|
||||
</li>
|
||||
<li>
|
||||
<h2>Review editorial commits</h2>
|
||||
<p>Use the following <code class="bash"><b>git</b></code> command to highlight all editorial commits:</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue