<section>
<div class="pageheader-dots">
<div class="pageheader-dots__back">← <a href="/">Back to the Design System</a></div>
<div class="pageheader-dots__dots">
<div class="pageheader-dots__wrapper">
<div class="pageheader-dots__container">
<p class="pageheader-dots__top-heading">5/8</p>
<div id="js-pageheader-scene">
<p data-depth="0.2" class="pageheader-dots__main-heading">
Git setup
</p>
<p data-depth="0.6" class="pageheader-dots__main-heading-shadow">
Git setup
</p>
</div>
<p class="pageheader-dots__sub-heading">Execute the following commands in your web root:<br><code>cd my-prototype</code><br><code>git init</code><br><code>git add .</code><br><code>git commit -m 'Go go go!'</code><br><code>git remote add origin https://github.com/REPLACE_WITH_ACCOUNT/prototyping-demo.git</code><br><code>git push -u origin master</code></p>
<div class="pageheader-dots__button">
<a href="/components/preview/page-guide-4" title="Previous" class="link-button--ghost" property="url">Previous</a>
<a href="/components/preview/page-guide-6" title="Next" class="link-button" property="url">Next</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
{{> '@pageheader-dots' }}
</section>
{
"pageHeader": {
"top": "5/8",
"main": "Git setup",
"sub": "Execute the following commands in your web root:<br><code>cd my-prototype</code><br><code>git init</code><br><code>git add .</code><br><code>git commit -m 'Go go go!'</code><br><code>git remote add origin https://github.com/REPLACE_WITH_ACCOUNT/prototyping-demo.git</code><br><code>git push -u origin master</code>"
},
"previousButton": {
"url": "/components/preview/page-guide-4",
"title": "Previous",
"text": "Previous"
},
"nextButton": {
"url": "/components/preview/page-guide-6",
"title": "Next",
"text": "Next"
}
}