<spanid="commit"></span><h2>Commit<aclass="headerlink"href="#commit"title="Permalink to this headline">¶</a></h2>
...
...
@@ -101,7 +104,7 @@ are the details if any.</p>
</div>
<divclass="section"id="keeping-fork-up-to-date">
<spanid="keeping-fork-up-to-date"></span><h2>Keeping Fork Up to Date<aclass="headerlink"href="#keeping-fork-up-to-date"title="Permalink to this headline">¶</a></h2>
<p>Before pull your request, you shold sync you code from the latest PaddlePaddle.
<p>Before pull your request, you should sync your code from the latest PaddlePaddle.
To do this, you’ll need to add a remote at first:</p>
<divclass="highlight-shell"><divclass="highlight"><pre><span></span><spanclass="c1"># see the current configured remote repository</span>
git remote -v
...
...
@@ -112,8 +115,7 @@ git remote -v
</pre></div>
</div>
<p>Update your fork with the latest upstream changes:</p>
<spanid="update-your-pull-request-with-the-lastest-version"></span><h2>Update your pull request with the lastest version<aclass="headerlink"href="#update-your-pull-request-with-the-lastest-version"title="Permalink to this headline">¶</a></h2>
<p>During the code review, your pull request may become stale because new commits in
baidu/Paddle. GitHub allows autmotic update if there is no conflict. You can do this
by clicking the “Update Branch” button in your pull request page. However, in the case
of conflict, you need to do the update manually. You need to do the following on