diff --git a/docs/GitHub/GitHub-basics/create-github-repo.md b/docs/GitHub/GitHub-basics/create-github-repo.md index 9242b224..dd619c40 100644 --- a/docs/GitHub/GitHub-basics/create-github-repo.md +++ b/docs/GitHub/GitHub-basics/create-github-repo.md @@ -9,7 +9,6 @@ description: In this tutorial, you will learn about the how to create a GitHub r 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. Inorder to create a project and host, the repository is a place where you add all your program code files and other documentation. -< /> ### Prerequisites @@ -45,10 +44,6 @@ Upon creation you will get a screen like this below, the explanation of each ele - **``**: Contains the visible content of the document. - **``**: Represents a comment that is not displayed in the browser. - - -< /> - ## Changing Readme and Adding more files. Im going to add my resume and add my name as heading to the ``readme.md`` file diff --git a/docs/GitHub/GitHub-basics/first-opensource-code.md b/docs/GitHub/GitHub-basics/first-opensource-code.md index 10f4a940..1bfea2cf 100644 --- a/docs/GitHub/GitHub-basics/first-opensource-code.md +++ b/docs/GitHub/GitHub-basics/first-opensource-code.md @@ -10,8 +10,6 @@ keywords: [html, web development, elements, tags, html elements, html tags, html HTML Attributes and Values are used to provide additional information about HTML elements -< /> - ## HTML Attributes HTML attributes are used to provide additional information about HTML elements. diff --git a/docs/GitHub/GitHub-basics/github-repo-command-line.md b/docs/GitHub/GitHub-basics/github-repo-command-line.md index 1212277a..946b1cd2 100644 --- a/docs/GitHub/GitHub-basics/github-repo-command-line.md +++ b/docs/GitHub/GitHub-basics/github-repo-command-line.md @@ -9,8 +9,6 @@ description: In this tutorial, you will learn about the structure of an HTML doc 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. -< /> - ## Prerequisites 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 - **``**: Represents a comment that is not displayed in the browser. - -< /> - - ### Browser Rendering @@ -118,4 +112,4 @@ git config --global user.name "Github username" ## Conclusion -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 ``, ``, ``, ``, `<meta>`, and `<body>`. Understanding HTML syntax and structure is essential for creating web pages and applications. +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. \ No newline at end of file diff --git a/docs/GitHub/GitHub-basics/how-to-clone-repo.md b/docs/GitHub/GitHub-basics/how-to-clone-repo.md index 7d2543c6..b8f30c55 100644 --- a/docs/GitHub/GitHub-basics/how-to-clone-repo.md +++ b/docs/GitHub/GitHub-basics/how-to-clone-repo.md @@ -10,8 +10,6 @@ keywords: [html, web development, attributes, values, html attributes, html valu HTML Attributes and Values are used to provide additional information about HTML elements -< /> - ## HTML Attributes HTML attributes are used to provide additional information about HTML elements. diff --git a/docs/GitHub/GitHub-basics/how-to-fork.md b/docs/GitHub/GitHub-basics/how-to-fork.md index ea635449..4984877f 100644 --- a/docs/GitHub/GitHub-basics/how-to-fork.md +++ b/docs/GitHub/GitHub-basics/how-to-fork.md @@ -10,8 +10,6 @@ description: In this tutorial, you will learn about the structure of an HTML doc HTML Attributes and Values are used to provide additional information about HTML elements -< /> - ## HTML Attributes HTML attributes are used to provide additional information about HTML elements. diff --git a/docs/GitHub/Maintainer-guide/enable-discussion.md b/docs/GitHub/Maintainer-guide/enable-discussion.md index a05e94d4..9d176277 100644 --- a/docs/GitHub/Maintainer-guide/enable-discussion.md +++ b/docs/GitHub/Maintainer-guide/enable-discussion.md @@ -9,7 +9,6 @@ description: In this tutorial, you will learn about the how to create a GitHub r 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. Inorder to create a project and host, the repository is a place where you add all your program code files and other documentation. -< /> ### Prerequisites @@ -46,9 +45,6 @@ Upon creation you will get a screen like this below, the explanation of each ele - **`<!-- Your content goes here -->`**: Represents a comment that is not displayed in the browser. - -< /> - ## Changing Readme and Adding more files. Im going to add my resume and add my name as heading to the ``readme.md`` file diff --git a/docs/GitHub/Maintainer-guide/github-labels.md b/docs/GitHub/Maintainer-guide/github-labels.md index 160c0961..62dc98e2 100644 --- a/docs/GitHub/Maintainer-guide/github-labels.md +++ b/docs/GitHub/Maintainer-guide/github-labels.md @@ -9,7 +9,6 @@ description: In this tutorial, you will learn about the how to create a GitHub r 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. Inorder to create a project and host, the repository is a place where you add all your program code files and other documentation. -< /> ### Prerequisites @@ -46,9 +45,6 @@ Upon creation you will get a screen like this below, the explanation of each ele - **`<!-- Your content goes here -->`**: Represents a comment that is not displayed in the browser. - -< /> - ## Changing Readme and Adding more files. Im going to add my resume and add my name as heading to the ``readme.md`` file diff --git a/docs/GitHub/Maintainer-guide/github-project.md b/docs/GitHub/Maintainer-guide/github-project.md index 861b9fcb..5841bc52 100644 --- a/docs/GitHub/Maintainer-guide/github-project.md +++ b/docs/GitHub/Maintainer-guide/github-project.md @@ -9,7 +9,6 @@ description: In this tutorial, you will learn about the how to create a GitHub r 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. Inorder to create a project and host, the repository is a place where you add all your program code files and other documentation. -< /> ### Prerequisites @@ -46,9 +45,6 @@ Upon creation you will get a screen like this below, the explanation of each ele - **`<!-- Your content goes here -->`**: Represents a comment that is not displayed in the browser. - -< /> - ## Changing Readme and Adding more files. Im going to add my resume and add my name as heading to the ``readme.md`` file diff --git a/docs/GitHub/Maintainer-guide/milestone.md b/docs/GitHub/Maintainer-guide/milestone.md index 03609278..86d59756 100644 --- a/docs/GitHub/Maintainer-guide/milestone.md +++ b/docs/GitHub/Maintainer-guide/milestone.md @@ -9,7 +9,6 @@ description: In this tutorial, you will learn about the how to create a GitHub r 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. Inorder to create a project and host, the repository is a place where you add all your program code files and other documentation. -< /> ### Prerequisites @@ -46,9 +45,6 @@ Upon creation you will get a screen like this below, the explanation of each ele - **`<!-- Your content goes here -->`**: Represents a comment that is not displayed in the browser. - -< /> - ## Changing Readme and Adding more files. Change Im going to add my resume and add my name as heading to the ``readme.md`` file. diff --git a/docs/GitHub/intro-github.md b/docs/GitHub/intro-github.md index 2a9b2522..5df644fe 100644 --- a/docs/GitHub/intro-github.md +++ b/docs/GitHub/intro-github.md @@ -15,7 +15,6 @@ description: In this tutorial, you will learn about GitHub, its importance, what --- 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. -< /> :::note Key Features of SQL: @@ -71,7 +70,7 @@ So in the above example all the developer where able to work on different feautr 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. - [![Git Structure](./assets/2-git-strucutre.png)] + ![Git Structure](./assets/2-git-strucutre.png) :::info @@ -91,12 +90,10 @@ The fork is a personal copy of the repo which is already present or uploaded in ::: -< /> ### Watch the video Tutorial <iframe width="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> -< /> ## Conclusion diff --git a/docs/GitHub/setup-environment/git-commands.md b/docs/GitHub/setup-environment/git-commands.md index f941cdef..2b2724a3 100644 --- a/docs/GitHub/setup-environment/git-commands.md +++ b/docs/GitHub/setup-environment/git-commands.md @@ -11,8 +11,6 @@ description: In this tutorial, you will learn about the basic of git and 50 impo Git commands are handy when comes to fix any problems which you cant fix by the UI, for example consider a scenarion you need to fix the conflict in a page. Git Commands will help you to find the root cause and can explore the entire log history. At Git core it help you to keep a history of every change you made in the project files and help the user with track the changes, revert, helps to identify who made the changes. -< /> - ## Understanding Git: The Building Blocks In Setting up git on Windows tutorial you learned to perform how to check the current version of the git. Now below you will see how to add some changes to the files you have created. I assume you have a small project where you created a file called filename.ipynb, now you want to add that into the git. @@ -34,8 +32,6 @@ In Setting up git on Windows tutorial you learned to perform how to check the cu In this example, the `<h1>` tag creates a heading, and the `<p>` tag creates a paragraph. The browser interprets these tags and displays the content accordingly. HTML tags can be nested within each other to create more complex structures, such as lists, tables, forms, and more. -< /> - ## How Web Browsers Render HTML When a user requests a web page by entering a URL in the browser's address bar or clicking a link, the browser sends a request to the web server hosting the page. The server responds by sending the HTML content of the page back to the browser. The browser then parses the HTML code and renders the page on the user's screen. @@ -106,7 +102,6 @@ When a user requests a web page by entering a URL in the browser's address bar o ::: By understanding how web browsers render HTML content, web developers can optimize their code and design to create fast and responsive web pages. Techniques such as minimizing the use of inline styles, reducing the number of DOM elements, and optimizing images can help improve the performance of web pages and provide a better user experience. -< /> ## Useful 50 Git Commands Cheatsheet diff --git a/docs/GitHub/setup-environment/setup-environment.md b/docs/GitHub/setup-environment/setup-environment.md index 727166eb..ffcaf989 100644 --- a/docs/GitHub/setup-environment/setup-environment.md +++ b/docs/GitHub/setup-environment/setup-environment.md @@ -16,7 +16,6 @@ description: In this tutorial, you will learn how to set up your development env Github is a way of version control your software development using Git, Github was founded in 2008 and recently Microsoft has bought the company now Microsoft is the parent organization of Github. Now setting up is very straight forward process , first you need to create a GitHub account online, then Install Git in your system and connect your Git with GitHub. So all the changes will be updated to the GitHub. -< /> ### Step 1: Let’s create a Github Accountvbcvnb 1. Let’s create a Github Account, Go to the [GitHub Website](https://github.com/) and signup with your email ID. @@ -48,7 +47,6 @@ Github is a way of version control your software development using Git, Github w - 1. Upon sign in It will ask you to autorize Giscus (comment feature by GitHub) Click on Authorize ? - 2. Click on on the top right side ``profile icon`` -> ``your profile`` to see your profile. -< /> ### Step 3: Understanding the Interface. @@ -74,8 +72,6 @@ Congratulations! 6. ``10`` Apart from the checkbox all the activity of a month will be available here, you have option to make it private. -< /> - ## Conclusion In conclusion, I hope you enjoyed reading this article on “How to create Github Account?”. In the next post, will be discussing using Git to create a Repository and clone a project Github. Signing off Sanjay Viswanathan. \ No newline at end of file diff --git a/docs/GitHub/setup-environment/setup-git-on-mac.md b/docs/GitHub/setup-environment/setup-git-on-mac.md index 58f6c8cf..75450fe3 100644 --- a/docs/GitHub/setup-environment/setup-git-on-mac.md +++ b/docs/GitHub/setup-environment/setup-git-on-mac.md @@ -16,7 +16,6 @@ description: In this tutorial, you will learn how to set up your development env Github is a way of version control your software development using Git, Github was founded in 2008 and recently Microsoft has bought the company now Microsoft is the parent organization of Github. Now setting up is very straight forward process , first you need to create a GitHub account online, then Install Git in your system and connect your Git with GitHub. So all the changes will be updated to the GitHub. -< /> ### Installing Git on Mac There are four ways we can install Github on mac @@ -50,9 +49,7 @@ brew install git-gui <BrowserWindow url="https://git-scm.com/downloads/win" bodyStyle={{padding: 0}}> [![GitHub](./assets/7-git-installer.png)](https://git-scm.com/downloads/win) </BrowserWindow> - -< /> ## Conclusion diff --git a/docs/GitHub/setup-environment/setup-git-on-windows.md b/docs/GitHub/setup-environment/setup-git-on-windows.md index 1b141401..0247f3dc 100644 --- a/docs/GitHub/setup-environment/setup-git-on-windows.md +++ b/docs/GitHub/setup-environment/setup-git-on-windows.md @@ -16,7 +16,6 @@ description: In this tutorial, you will learn how to set up your development env Github provides two of installation, one the GitHub Desktop and command line by installing Git Software in your system. Personally from a developer perspective i would suggest you to use the command line as this will come in handy and more flexibility in terms of solving bugs and do more with version control, especially when the conflicts happens with the Git. This tutorial is focused on the command line version. -< /> ### Step 1: Let’s Download the git 1. Go to the [Git Website](https://git-scm.com/) and click on download for windows button. @@ -48,7 +47,6 @@ Github provides two of installation, one the GitHub Desktop and command line by - 1. The next screen click next on Public Licence. - 2. Choose the location as default and click on Next -< /> ### Step 3: Understanding the Interface. @@ -115,10 +113,6 @@ Execute the below command to see your current version of git in Git CMD or windo </Tabs> - - -< /> - ## Conclusion In conclusion, I hope you enjoyed reading this article on “Setting up your Git Enviornment?”. In the next post, will be discussing using Git to create a Repository and clone a project Github. Signing off Sanjay Viswanathan. \ No newline at end of file