forked from rohan-kulkarni-25/Learn-GITHUB
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (60 loc) · 2.68 KB
/
index.html
File metadata and controls
71 lines (60 loc) · 2.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!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>LEARN TO USE GIT-HUB ( BASIC )</title>
</head>
<body>
<h1>Hey, Rohan Here !!!</h1>
<h2>
This is a small effort by me to teach some required things for using
git-hub.
</h2>
<h2>
I am not a PRO but Still as in Open Source Every Contribution counts !!
</h2>
<h2>I know rest you will learn by exploring it on your own !!</h2>
<h2>Lets get Started !!!</h2>
<h3>1.Do you understand how to Fork Repo ?</h3>
<h3>2.Do you understand how to Clone Repo ?</h3>
<h3>3.Do you understand how to Commit Changes in Code ?</h3>
<h3>4.Do you understand how to make a PR ?</h3>
<br />
<h2>Learners :</h2>
<!--
<h3>No:-1</h3>
<h3>Name:-Rohan Kulkarni</h3>
<h3>Remark:-Yes !! I learnerd to Fork a Repo,Clone a Repo,Commit Changes in code and to make a PR !!</h3>
-->
<!--
Copy the code above and paste after the comment by uncommenting the code below this
You can add more remark if you want.
Just remove the comment sign and put your name inplace of mine.
**** Dont Delete this comment copy this and paste this below as per sequence.
-->
<h3>No:-1</h3>
<h3>Name:-Banshita Gangwar</h3>
<h3>Remark:-Yes !! I learnerd to Fork a Repo,Clone a Repo,Commit Changes in code and to make a PR !!<br> Thank you so much for helping me.</h3>
<h3>No:-2</h3>
<h3>Name:-Priyanshi</h3>
<h3>Remark:-Yes !! I learnerd to Fork a Repo,Clone a Repo,Commit Changes in code and to make a PR !!</h3>
<h3>No:-3</h3>
<h3>Name:-Sibasish Padhy</h3>
<h3>Remark:-Yes !! I learnerd to Fork a Repo,Clone a Repo,Commit Changes in code and to make a PR !!</h3>
<h3>No:-4</h3>
<h3>Name:-Manas</h3>
<h3>Remark:-Yes !! I learnerd to Fork a Repo,Clone a Repo,Commit Changes in code and to make a PR !!</h3>
<h3>No:-5</h3>
<h3>Name:-Navya</h3>
<h3>Remark:-Yes !! I learnerd to Fork a Repo,Clone a Repo,Commit Changes in code and to make a PR !!</h3>
<h3>No:-6</h3>
<h3>Name:-Neha Jha</h3>
<h3>Remark:-Yes !! I learnerd to Fork a Repo,Clone a Repo,Commit Changes in code and to make a PR !!</h3>
<h3>Thank you for this wonderfull repo for beginners</h3>
<h3>No:-7</h3>
<h3>Name:-Harshita</h3>
<h3>Remark:-Yes !! I learnerd to Fork a Repo,Clone a Repo,Commit Changes in code and to make a PR !!</h3>
</body>
</html>