You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/GitHub/GitHub-basics/create-github-repo.md
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ description: In this tutorial, you will learn about the how to create a GitHub r
9
9
10
10
In the previous post we spoke about commit, fork, clone, in this post we gonna deep dive into the terminology by creating a GitHub Repository from the Scratch.
11
11
Inorder to create a project and host, the repository is a place where you add all your program code files and other documentation.
12
-
< />
13
12
14
13
### Prerequisites
15
14
@@ -46,9 +45,6 @@ Upon creation you will get a screen like this below, the explanation of each ele
46
45
-**`<!-- Your content goes here -->`**: Represents a comment that is not displayed in the browser.
47
46
48
47
49
-
50
-
< />
51
-
52
48
## Changing Readme and Adding more files.
53
49
54
50
Im going to add my resume and add my name as heading to the ``readme.md`` file
@@ -74,14 +70,11 @@ This readme contains my resume, please refer to the attached file in the repo.
74
70
When the above HTML code is rendered in a browser, it will display the following content:
<p>This readme contains my resume, please refer to the attached file in the repo.</p>
83
-
84
-
</>
85
78
</BrowserWindow>
86
79
87
80
### Explanation
@@ -137,4 +130,4 @@ Now you will be able to see the uploaded resume.
137
130
138
131
## Conclusion
139
132
140
-
In this tutorial, you learned about the syntax and structure of HTML. HTML syntax consists of elements, tags, and attributes that define the structure and content of a web page. An HTML document follows a basic structure with elements like `<!DOCTYPE html>`, `<html>`, `<head>`, `<title>`, `<meta>`, and `<body>`. Understanding HTML syntax and structure is essential for creating web pages and applications.
133
+
In this tutorial, you learned about the syntax and structure of HTML. HTML syntax consists of elements, tags, and attributes that define the structure and content of a web page. An HTML document follows a basic structure with elements like `<!DOCTYPE html>`, `<html>`, `<head>`, `<title>`, `<meta>`, and `<body>`. Understanding HTML syntax and structure is essential for creating web pages and applications.
Copy file name to clipboardExpand all lines: docs/GitHub/GitHub-basics/github-repo-command-line.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ description: In this tutorial, you will learn about the structure of an HTML doc
9
9
10
10
HTML (Hypertext Markup Language) is the standard markup language for creating web pages. It provides the structure and layout of the content on the web. In this tutorial, you will learn about the syntax and structure of HTML.
In this tutorial, you learned about the syntax and structure of HTML. HTML syntax consists of elements, tags, and attributes that define the structure and content of a web page. An HTML document follows a basic structure with elements like `<!DOCTYPE html>`, `<html>`, `<head>`, `<title>`, `<meta>`, and `<body>`. Understanding HTML syntax and structure is essential for creating web pages and applications.
115
+
In this tutorial, you learned about the syntax and structure of HTML. HTML syntax consists of elements, tags, and attributes that define the structure and content of a web page. An HTML document follows a basic structure with elements like `<!DOCTYPE html>`, `<html>`, `<head>`, `<title>`, `<meta>`, and `<body>`. Understanding HTML syntax and structure is essential for creating web pages and applications.
Copy file name to clipboardExpand all lines: docs/GitHub/Maintainer-guide/enable-discussion.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ description: In this tutorial, you will learn about the how to create a GitHub r
9
9
10
10
In the previous post we spoke about commit, fork, clone, in this post we gonna deep dive into the terminology by creating a GitHub Repository from the Scratch.
11
11
Inorder to create a project and host, the repository is a place where you add all your program code files and other documentation.
12
-
< />
13
12
14
13
### Prerequisites
15
14
@@ -45,10 +44,6 @@ Upon creation you will get a screen like this below, the explanation of each ele
45
44
-**`<body>`**: Contains the visible content of the document.
46
45
-**`<!-- Your content goes here -->`**: Represents a comment that is not displayed in the browser.
47
46
48
-
49
-
50
-
< />
51
-
52
47
## Changing Readme and Adding more files.
53
48
54
49
Im going to add my resume and add my name as heading to the ``readme.md`` file
@@ -74,14 +69,11 @@ This readme contains my resume, please refer to the attached file in the repo.
74
69
When the above HTML code is rendered in a browser, it will display the following content:
<p>This readme contains my resume, please refer to the attached file in the repo.</p>
83
-
84
-
</>
85
77
</BrowserWindow>
86
78
87
79
### Explanation
@@ -132,4 +124,4 @@ Now you will be able to see the uploaded resume.
132
124
133
125
## Conclusion
134
126
135
-
In this tutorial, you learned about the syntax and structure of HTML. HTML syntax consists of elements, tags, and attributes that define the structure and content of a web page. An HTML document follows a basic structure with elements like `<!DOCTYPE html>`, `<html>`, `<head>`, `<title>`, `<meta>`, and `<body>`. Understanding HTML syntax and structure is essential for creating web pages and applications.
127
+
In this tutorial, you learned about the syntax and structure of HTML. HTML syntax consists of elements, tags, and attributes that define the structure and content of a web page. An HTML document follows a basic structure with elements like `<!DOCTYPE html>`, `<html>`, `<head>`, `<title>`, `<meta>`, and `<body>`. Understanding HTML syntax and structure is essential for creating web pages and applications.
Copy file name to clipboardExpand all lines: docs/GitHub/Maintainer-guide/github-labels.md
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ description: In this tutorial, you will learn about the how to create a GitHub r
9
9
10
10
In the previous post we spoke about commit, fork, clone, in this post we gonna deep dive into the terminology by creating a GitHub Repository from the Scratch.
11
11
Inorder to create a project and host, the repository is a place where you add all your program code files and other documentation.
12
-
< />
13
12
14
13
### Prerequisites
15
14
@@ -45,10 +44,6 @@ Upon creation you will get a screen like this below, the explanation of each ele
45
44
-**`<body>`**: Contains the visible content of the document.
46
45
-**`<!-- Your content goes here -->`**: Represents a comment that is not displayed in the browser.
47
46
48
-
49
-
50
-
< />
51
-
52
47
## Changing Readme and Adding more files.
53
48
54
49
Im going to add my resume and add my name as heading to the ``readme.md`` file
@@ -74,14 +69,11 @@ This readme contains my resume, please refer to the attached file in the repo.
74
69
When the above HTML code is rendered in a browser, it will display the following content:
<p>This readme contains my resume, please refer to the attached file in the repo.</p>
83
-
84
-
</>
85
77
</BrowserWindow>
86
78
87
79
### Explanation
@@ -122,7 +114,6 @@ Im going to add my resume and add my name as heading to the ``readme.md`` file
122
114
</BrowserWindow>
123
115
124
116
125
-
126
117
Now you will be able to see the uploaded resume.
127
118
128
119
### Watch the video Tutorial
@@ -131,4 +122,4 @@ Now you will be able to see the uploaded resume.
131
122
132
123
## Conclusion
133
124
134
-
In this tutorial, you learned about the syntax and structure of HTML. HTML syntax consists of elements, tags, and attributes that define the structure and content of a web page. An HTML document follows a basic structure with elements like `<!DOCTYPE html>`, `<html>`, `<head>`, `<title>`, `<meta>`, and `<body>`. Understanding HTML syntax and structure is essential for creating web pages and applications.
125
+
In this tutorial, you learned about the syntax and structure of HTML. HTML syntax consists of elements, tags, and attributes that define the structure and content of a web page. An HTML document follows a basic structure with elements like `<!DOCTYPE html>`, `<html>`, `<head>`, `<title>`, `<meta>`, and `<body>`. Understanding HTML syntax and structure is essential for creating web pages and applications.
Copy file name to clipboardExpand all lines: docs/GitHub/Maintainer-guide/github-project.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ description: In this tutorial, you will learn about the how to create a GitHub r
9
9
10
10
In the previous post we spoke about commit, fork, clone, in this post we gonna deep dive into the terminology by creating a GitHub Repository from the Scratch.
11
11
Inorder to create a project and host, the repository is a place where you add all your program code files and other documentation.
12
-
< />
13
12
14
13
### Prerequisites
15
14
@@ -45,10 +44,6 @@ Upon creation you will get a screen like this below, the explanation of each ele
45
44
-**`<body>`**: Contains the visible content of the document.
46
45
-**`<!-- Your content goes here -->`**: Represents a comment that is not displayed in the browser.
47
46
48
-
49
-
50
-
< />
51
-
52
47
## Changing Readme and Adding more files.
53
48
54
49
Im going to add my resume and add my name as heading to the ``readme.md`` file
@@ -74,14 +69,11 @@ This readme contains my resume, please refer to the attached file in the repo.
74
69
When the above HTML code is rendered in a browser, it will display the following content:
<p>This readme contains my resume, please refer to the attached file in the repo.</p>
83
-
84
-
</>
85
77
</BrowserWindow>
86
78
87
79
### Explanation
@@ -139,4 +131,4 @@ Now you will be able to see the uploaded resume.
139
131
140
132
## Conclusion
141
133
142
-
In this tutorial, you learned about the syntax and structure of HTML. HTML syntax consists of elements, tags, and attributes that define the structure and content of a web page. An HTML document follows a basic structure with elements like `<!DOCTYPE html>`, `<html>`, `<head>`, `<title>`, `<meta>`, and `<body>`. Understanding HTML syntax and structure is essential for creating web pages and applications.
134
+
In this tutorial, you learned about the syntax and structure of HTML. HTML syntax consists of elements, tags, and attributes that define the structure and content of a web page. An HTML document follows a basic structure with elements like `<!DOCTYPE html>`, `<html>`, `<head>`, `<title>`, `<meta>`, and `<body>`. Understanding HTML syntax and structure is essential for creating web pages and applications.
Copy file name to clipboardExpand all lines: docs/GitHub/Maintainer-guide/milestone.md
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ description: In this tutorial, you will learn about the how to create a GitHub r
9
9
10
10
In the previous post we spoke about commit, fork, clone, in this post we gonna deep dive into the terminology by creating a GitHub Repository from the Scratch.
11
11
Inorder to create a project and host, the repository is a place where you add all your program code files and other documentation.
12
-
< />
13
12
14
13
### Prerequisites
15
14
@@ -45,10 +44,6 @@ Upon creation you will get a screen like this below, the explanation of each ele
45
44
-**`<body>`**: Contains the visible content of the document.
46
45
-**`<!-- Your content goes here -->`**: Represents a comment that is not displayed in the browser.
47
46
48
-
49
-
50
-
< />
51
-
52
47
## Changing Readme and Adding more files. Change
53
48
54
49
Im going to add my resume and add my name as heading to the ``readme.md`` file.
@@ -74,14 +69,11 @@ This readme contains my resume, please refer to the attached file in the repo.
74
69
When the above HTML code is rendered in a browser, it will display the following content:
<p>This readme contains my resume, please refer to the attached file in the repo.</p>
83
-
84
-
</>
85
77
</BrowserWindow>
86
78
87
79
### Explanation
@@ -126,7 +118,6 @@ Im going to add my resume and add my name as heading to the ``readme.md`` file.
126
118
</BrowserWindow>
127
119
128
120
129
-
130
121
Now you will be able to see the uploaded resume.
131
122
132
123
### Watch the video Tutorial
@@ -135,4 +126,4 @@ Now you will be able to see the uploaded resume.
135
126
136
127
## Conclusion
137
128
138
-
In this tutorial, you learned about the syntax and structure of HTML. HTML syntax consists of elements, tags, and attributes that define the structure and content of a web page. An HTML document follows a basic structure with elements like `<!DOCTYPE html>`, `<html>`, `<head>`, `<title>`, `<meta>`, and `<body>`. Understanding HTML syntax and structure is essential for creating web pages and applications.
129
+
In this tutorial, you learned about the syntax and structure of HTML. HTML syntax consists of elements, tags, and attributes that define the structure and content of a web page. An HTML document follows a basic structure with elements like `<!DOCTYPE html>`, `<html>`, `<head>`, `<title>`, `<meta>`, and `<body>`. Understanding HTML syntax and structure is essential for creating web pages and applications.
Copy file name to clipboardExpand all lines: docs/GitHub/intro-github.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ description: In this tutorial, you will learn about GitHub, its importance, what
15
15
---
16
16
17
17
GitHub is a web-based platform used for version control and collaboration. It allows developers to work together on projects from anywhere in the world. GitHub is built on top of Git, a distributed version control system created by Linus Torvalds in 2005.
18
-
< />
19
18
20
19
:::note
21
20
Key Features of SQL:
@@ -91,13 +90,10 @@ The fork is a personal copy of the repo which is already present or uploaded in
91
90
92
91
:::
93
92
94
-
< />
95
93
96
94
### Watch the video Tutorial
97
95
<iframewidth="880"height="480"src="https://www.youtube.com/embed/GrTV59Y84S8?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63"title="How to start with GitHub in 2024 | Beginner's Guide"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"referrerpolicy="strict-origin-when-cross-origin"allowfullscreen></iframe>
98
96
99
-
< />
100
-
101
97
## Conclusion
102
98
103
-
If you think this Github Tutorial starter kit for Beginner was useful to you, then don’t forget to share it with others. Till then, we will meet For uploading your project to your Github account, you need to install Git first. which we will discuss in detail in the next post.
99
+
If you think this Github Tutorial starter kit for Beginner was useful to you, then don’t forget to share it with others. Till then, we will meet For uploading your project to your Github account, you need to install Git first. which we will discuss in detail in the next post.
0 commit comments