-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
24 lines (24 loc) · 933 Bytes
/
Index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Github101</title>
</head>
<body>
<h1>Github Basics</h1>
<p>For beginners, the easiest way to use Github is by downloading <a href="https://github.com/">Github Desktop </a> </p>
<p>
The following are the steps for Setting up Github:
<li>
<ol>Download, install, and run Github on your desktop</ol>
<ol>Create an account on Github</ol>
<ol>Once in the Github desktop, Go to files, Option, and sign in to your github account</ol>
<ol>Confirm that Git has your email and Username</ol>
<ol>Navigate to repositories and create a new repository </ol>
</li>>
</p>
<p>Great! You are now ready to Use Github!</p>
</body>
</html>