This repository was archived by the owner on Apr 18, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (36 loc) · 1.83 KB
/
index.html
File metadata and controls
39 lines (36 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wireframe</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Add your HTML markup here -->
<h2>Why is git</h2>
<p1> git is distributed version control system that is widely used for tracking changes in source code during software development.
<img src="/github1.png" alt="git" style="width: 50%;">
</p1>
<h2> Why developer need Need Github</h2>
<p> developer need for variety of reason, as it provide a platform for collaborative software <br>development, version control, project management, and
more.
Here are some key reasons why developers need GitHub:
<ul>
<li>Version Control is primarily know for its robust version control system, based on Git.</li>
<li>Collaboration GitHub provides a platform collaborative width other, roll back to pervious over time,<br> make easy to collaborate with other.</li>
<li>Code Hosting: GitHub hosts your code in the cloud, eliminating the need for developers manage their own<br> infrastructure for code storage.</li>
</ul> </p>
<h3> What is a branch in Git?</h3>
<p3> a "branch" is a parallel version of a repository's codebase. It allows multiple people to work on different aspects of
a project simultaneously without interfering with each other's work. Branches are a fundamental concept in Git, the version control system
that GitHub is built os </p3>
<img src="/branch.png" alt="branch" style="width:50%">
<!-- Remember: Use semantic HTML tags like <header>, <main>, <nav>, <footer>, <section> etc -->
<div class="content">
<div class="excerpt">
<div class="button">
<button class="read-more">Read More</button>
</div>
</body>
</html>