Skip to content

Commit d3baa28

Browse files
Update intro-github.md
1 parent 3049d10 commit d3baa28

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/GitHub/intro-github.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ In the above example, all the developers were able to work on different features
7070

7171
GitHub simplifies the command-line interface of Git and makes it more GUI-friendly. GitHub is built on top of Git. Here want we do is staging the files and doing the commit, You can clone the entire repository, create a branch, commit to that branch, and then 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.
7272

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

7575

7676
:::info
@@ -90,13 +90,13 @@ The fork is a personal copy of the repo which is already present or uploaded in
9090

9191
:::
9292

93-
< />
93+
9494

9595
### Watch the video Tutorial
9696
<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>
9797

98-
< />
98+
9999

100100
## Conclusion
101101

102-
If you think this GitHub Tutorial starter kit for Beginner was useful to you, then don’t forget to share it with others. We will discuss this in detail in the next post. or In the next post, we will discuss how to upload your project to your GitHub account using Git.
102+
If you think this GitHub Tutorial starter kit for Beginner was useful to you, then don’t forget to share it with others. We will discuss this in detail in the next post. or In the next post, we will discuss how to upload your project to your GitHub account using Git.

0 commit comments

Comments
 (0)