A Simple DevOps Project — GitHub

<p>DevOps, short for Development and Operations, is a set of practices that automates and integrates the processes of software development and IT operations. It&rsquo;s an essential concept in modern software development, and a fundamental aspect of DevOps is version control.</p> <p><em>In this tutorial, we&rsquo;ll start from the very basics by creating a GitHub account, setting up a repository, and configuring Git on both&nbsp;</em><strong><em>Windows</em></strong><em>&nbsp;and&nbsp;</em><strong><em>Linux</em></strong><em>.</em></p> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:700/1*BPbllo8alPZOVrhq7-XtpQ.png" style="height:422px; width:700px" /></p> <h1>Part 1: Setting Up a GitHub Account and Repository</h1> <h2>Step 1: Creating a GitHub Account</h2> <ol> <li>Go to the&nbsp;<a href="https://github.com/" rel="noopener ugc nofollow" target="_blank">GitHub website</a>.</li> <li>Click on the &ldquo;Sign up&rdquo; button in the upper right corner.</li> <li>Follow the on-screen instructions to create your GitHub account. You&rsquo;ll need to provide a username, email address, and password.</li> </ol> <p><a href="https://medium.com/@arton.demaku/a-simple-devops-project-github-5b5c4a442ea6"><strong>Learn More</strong></a></p>
Tags: GitHub DevOps