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
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ 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
+
< />
12
13
13
14
### Prerequisites
14
15
@@ -45,6 +46,9 @@ Upon creation you will get a screen like this below, the explanation of each ele
45
46
-**`<!-- Your content goes here -->`**: Represents a comment that is not displayed in the browser.
46
47
47
48
49
+
50
+
< />
51
+
48
52
## Changing Readme and Adding more files.
49
53
50
54
Im going to add my resume and add my name as heading to the ``readme.md`` file
@@ -70,11 +74,14 @@ This readme contains my resume, please refer to the attached file in the repo.
70
74
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
+
</>
78
85
</BrowserWindow>
79
86
80
87
### Explanation
@@ -130,4 +137,4 @@ Now you will be able to see the uploaded resume.
130
137
131
138
## Conclusion
132
139
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.
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.
Copy file name to clipboardExpand all lines: docs/GitHub/GitHub-basics/github-repo-command-line.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ 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.
121
+
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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ 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
+
< />
12
13
13
14
### Prerequisites
14
15
@@ -44,6 +45,10 @@ Upon creation you will get a screen like this below, the explanation of each ele
44
45
-**`<body>`**: Contains the visible content of the document.
45
46
-**`<!-- Your content goes here -->`**: Represents a comment that is not displayed in the browser.
46
47
48
+
49
+
50
+
< />
51
+
47
52
## Changing Readme and Adding more files.
48
53
49
54
Im going to add my resume and add my name as heading to the ``readme.md`` file
@@ -69,11 +74,14 @@ This readme contains my resume, please refer to the attached file in the repo.
69
74
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
+
</>
77
85
</BrowserWindow>
78
86
79
87
### Explanation
@@ -124,4 +132,4 @@ Now you will be able to see the uploaded resume.
124
132
125
133
## Conclusion
126
134
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.
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.
Copy file name to clipboardExpand all lines: docs/GitHub/Maintainer-guide/github-labels.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ 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
+
< />
12
13
13
14
### Prerequisites
14
15
@@ -44,6 +45,10 @@ Upon creation you will get a screen like this below, the explanation of each ele
44
45
-**`<body>`**: Contains the visible content of the document.
45
46
-**`<!-- Your content goes here -->`**: Represents a comment that is not displayed in the browser.
46
47
48
+
49
+
50
+
< />
51
+
47
52
## Changing Readme and Adding more files.
48
53
49
54
Im going to add my resume and add my name as heading to the ``readme.md`` file
@@ -69,11 +74,14 @@ This readme contains my resume, please refer to the attached file in the repo.
69
74
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
+
</>
77
85
</BrowserWindow>
78
86
79
87
### Explanation
@@ -114,6 +122,7 @@ Im going to add my resume and add my name as heading to the ``readme.md`` file
114
122
</BrowserWindow>
115
123
116
124
125
+
117
126
Now you will be able to see the uploaded resume.
118
127
119
128
### Watch the video Tutorial
@@ -122,4 +131,4 @@ Now you will be able to see the uploaded resume.
122
131
123
132
## Conclusion
124
133
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.
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/github-project.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ 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
+
< />
12
13
13
14
### Prerequisites
14
15
@@ -44,6 +45,10 @@ Upon creation you will get a screen like this below, the explanation of each ele
44
45
-**`<body>`**: Contains the visible content of the document.
45
46
-**`<!-- Your content goes here -->`**: Represents a comment that is not displayed in the browser.
46
47
48
+
49
+
50
+
< />
51
+
47
52
## Changing Readme and Adding more files.
48
53
49
54
Im going to add my resume and add my name as heading to the ``readme.md`` file
@@ -69,11 +74,14 @@ This readme contains my resume, please refer to the attached file in the repo.
69
74
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
+
</>
77
85
</BrowserWindow>
78
86
79
87
### Explanation
@@ -131,4 +139,4 @@ Now you will be able to see the uploaded resume.
131
139
132
140
## Conclusion
133
141
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.
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.
Copy file name to clipboardExpand all lines: docs/GitHub/Maintainer-guide/milestone.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ 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
+
< />
12
13
13
14
### Prerequisites
14
15
@@ -44,6 +45,10 @@ Upon creation you will get a screen like this below, the explanation of each ele
44
45
-**`<body>`**: Contains the visible content of the document.
45
46
-**`<!-- Your content goes here -->`**: Represents a comment that is not displayed in the browser.
46
47
48
+
49
+
50
+
< />
51
+
47
52
## Changing Readme and Adding more files. Change
48
53
49
54
Im going to add my resume and add my name as heading to the ``readme.md`` file.
@@ -69,11 +74,14 @@ This readme contains my resume, please refer to the attached file in the repo.
69
74
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
+
</>
77
85
</BrowserWindow>
78
86
79
87
### Explanation
@@ -118,6 +126,7 @@ Im going to add my resume and add my name as heading to the ``readme.md`` file.
118
126
</BrowserWindow>
119
127
120
128
129
+
121
130
Now you will be able to see the uploaded resume.
122
131
123
132
### Watch the video Tutorial
@@ -126,4 +135,4 @@ Now you will be able to see the uploaded resume.
126
135
127
136
## Conclusion
128
137
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.
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.
Copy file name to clipboardExpand all lines: docs/GitHub/intro-github.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ 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
+
< />
18
19
19
20
:::note
20
21
Key Features of SQL:
@@ -90,10 +91,13 @@ The fork is a personal copy of the repo which is already present or uploaded in
90
91
91
92
:::
92
93
94
+
< />
93
95
94
96
### Watch the video Tutorial
95
97
<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>
96
98
99
+
< />
100
+
97
101
## Conclusion
98
102
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.
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.
0 commit comments