Skip to content

Commit 25e13b6

Browse files
authored
Merge branch 'main' into toaster
2 parents c1b3bc4 + 05994c7 commit 25e13b6

17 files changed

+1062
-477
lines changed

docs/GitHub/GitHub-basics/create-github-repo.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ description: In this tutorial, you will learn about the how to create a GitHub r
99

1010
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.
1111
Inorder to create a project and host, the repository is a place where you add all your program code files and other documentation.
12-
< />
1312

1413
### Prerequisites
1514

@@ -45,10 +44,6 @@ Upon creation you will get a screen like this below, the explanation of each ele
4544
- **`<body>`**: Contains the visible content of the document.
4645
- **`<!-- Your content goes here -->`**: Represents a comment that is not displayed in the browser.
4746

48-
49-
50-
< />
51-
5247
## Changing Readme and Adding more files.
5348

5449
Im going to add my resume and add my name as heading to the ``readme.md`` file

docs/GitHub/GitHub-basics/first-opensource-code.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ keywords: [html, web development, elements, tags, html elements, html tags, html
1010

1111
HTML Attributes and Values are used to provide additional information about HTML elements
1212

13-
< />
14-
1513
## HTML Attributes
1614

1715
HTML attributes are used to provide additional information about HTML elements.

docs/GitHub/GitHub-basics/github-repo-command-line.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ description: In this tutorial, you will learn about the structure of an HTML doc
99

1010
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.
1111

12-
< />
13-
1412
## Prerequisites
1513

1614
You should have a Github account 2. Should have a basic understanding of how Git works/ and Git running in your OS.
@@ -57,10 +55,6 @@ git push -u origin main
5755
- **`<!-- Your content goes here -->`**: Represents a comment that is not displayed in the browser.
5856

5957

60-
61-
< />
62-
63-
6458
### Browser Rendering
6559

6660
<BrowserWindow url="https://github.com/sanjay-kv/demo-repo" bodyStyle={{padding: 0}}>
@@ -118,4 +112,4 @@ git config --global user.name "Github username"
118112

119113
## Conclusion
120114

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.
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.

docs/GitHub/GitHub-basics/how-to-clone-repo.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ keywords: [html, web development, attributes, values, html attributes, html valu
1010

1111
HTML Attributes and Values are used to provide additional information about HTML elements
1212

13-
< />
14-
1513
## HTML Attributes
1614

1715
HTML attributes are used to provide additional information about HTML elements.

docs/GitHub/GitHub-basics/how-to-fork.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ description: In this tutorial, you will learn about the structure of an HTML doc
1010

1111
HTML Attributes and Values are used to provide additional information about HTML elements
1212

13-
< />
14-
1513
## HTML Attributes
1614

1715
HTML attributes are used to provide additional information about HTML elements.

docs/GitHub/Maintainer-guide/enable-discussion.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ description: In this tutorial, you will learn about the how to create a GitHub r
99

1010
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.
1111
Inorder to create a project and host, the repository is a place where you add all your program code files and other documentation.
12-
< />
1312

1413
### Prerequisites
1514

@@ -46,9 +45,6 @@ Upon creation you will get a screen like this below, the explanation of each ele
4645
- **`<!-- Your content goes here -->`**: Represents a comment that is not displayed in the browser.
4746

4847

49-
50-
< />
51-
5248
## Changing Readme and Adding more files.
5349

5450
Im going to add my resume and add my name as heading to the ``readme.md`` file

docs/GitHub/Maintainer-guide/github-labels.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ description: In this tutorial, you will learn about the how to create a GitHub r
99

1010
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.
1111
Inorder to create a project and host, the repository is a place where you add all your program code files and other documentation.
12-
< />
1312

1413
### Prerequisites
1514

@@ -46,9 +45,6 @@ Upon creation you will get a screen like this below, the explanation of each ele
4645
- **`<!-- Your content goes here -->`**: Represents a comment that is not displayed in the browser.
4746

4847

49-
50-
< />
51-
5248
## Changing Readme and Adding more files.
5349

5450
Im going to add my resume and add my name as heading to the ``readme.md`` file

docs/GitHub/Maintainer-guide/github-project.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ description: In this tutorial, you will learn about the how to create a GitHub r
99

1010
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.
1111
Inorder to create a project and host, the repository is a place where you add all your program code files and other documentation.
12-
< />
1312

1413
### Prerequisites
1514

@@ -46,9 +45,6 @@ Upon creation you will get a screen like this below, the explanation of each ele
4645
- **`<!-- Your content goes here -->`**: Represents a comment that is not displayed in the browser.
4746

4847

49-
50-
< />
51-
5248
## Changing Readme and Adding more files.
5349

5450
Im going to add my resume and add my name as heading to the ``readme.md`` file

docs/GitHub/Maintainer-guide/milestone.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ description: In this tutorial, you will learn about the how to create a GitHub r
99

1010
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.
1111
Inorder to create a project and host, the repository is a place where you add all your program code files and other documentation.
12-
< />
1312

1413
### Prerequisites
1514

@@ -46,9 +45,6 @@ Upon creation you will get a screen like this below, the explanation of each ele
4645
- **`<!-- Your content goes here -->`**: Represents a comment that is not displayed in the browser.
4746

4847

49-
50-
< />
51-
5248
## Changing Readme and Adding more files. Change
5349

5450
Im going to add my resume and add my name as heading to the ``readme.md`` file.

docs/GitHub/intro-github.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ description: In this tutorial, you will learn about GitHub, its importance, what
1515
---
1616

1717
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-
< />
1918

2019
:::note
2120
Key Features of SQL:
@@ -71,7 +70,7 @@ So in the above example all the developer where able to work on different feautr
7170

7271
GitHub Simplfy all the command line interface of Git and make it more GUI friendly. GitHub has builds above of git. Here want we do is staging the files and doing the commit, You can clone the entire repository and create a branch and commit to that branch ask the main developer to merge the branch. when you clone in reality you are creating a copy of the real code/repository in your local environment.
7372

74-
[![Git Structure](./assets/2-git-strucutre.png)]
73+
![Git Structure](./assets/2-git-strucutre.png)
7574

7675

7776
:::info
@@ -91,12 +90,10 @@ The fork is a personal copy of the repo which is already present or uploaded in
9190

9291
:::
9392

94-
< />
9593

9694
### Watch the video Tutorial
9795
<iframe width="880" height="480" src="https://www.youtube.com/embed/GrTV59Y84S8?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63" title="How to start with GitHub in 2024 | Beginner&#39;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>
9896

99-
< />
10097

10198
## Conclusion
10299

0 commit comments

Comments
 (0)