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
Hello and welcome to this programming blog, today you will learn about what is wireframe and why it so important
16
+
in web development.
17
+
</p>
18
+
</header>
19
+
<hr>
20
+
<mainid="main-div">
18
21
<divid="div-1">
19
-
<articleclass="article-border">
20
-
<imgsrc="https://media.geeksforgeeks.org/wp-content/uploads/20240702120959/Readme1.png"alt="An image with the work Read ME with green color" id="image-size" />
21
-
<h2>READ ME.md file and what is purpose.</h2>
22
-
<p>
23
-
Readme.md is a type of file mainly to tell other other programmer, developer
24
-
and other coder by to serve as the entry point and primary documentation for a software project,
25
-
providing an overview that explains what the project does, why it is useful, and how to install and use it.
26
-
It helps users quickly understand, set up, and contribute to the code
<imgsrc="https://images.prismic.io/prismic-main/Zoa6gh5LeNNTwzHJ_web_design_wireframe.jpeg?auto=format,compress" alt="Is an example of how to design web layout" class="image-size-2" />
<imgsrc="https://media.licdn.com/dms/image/v2/D4D12AQH6ykM-AVoDKg/article-cover_image-shrink_720_1280/B4DZZW5EzAHAAM-/0/1745214525491?e=2147483647&v=beta&t=kB_Gy_FceQSnp1FMZ2lVvoPis3lrcCQjgX0Zur3z4pc" alt="a detail map on what is git and branch" class="image-size-2" />
alt="a detail map on what is git and branch" class="image-size-2" />
53
63
<h2>Git, repo and branch</h2>
54
-
<p>
55
-
Git, repo and branch are some basic knowledge that you should learn when you start programming. They can be a powerful tool
56
-
that will help you on your journey, especially later on when you do a group project or your own personal project.
57
-
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency,
58
-
how ever they also allow you save, control and redo your project file version. Repository is when you work on a group project
59
-
you can copy all of the files of the main project and make your self owner of that copy project. Branch is for when you want to make some change like adding image, changing color
64
+
<p>
65
+
Git, repo and branch are some basic knowledge that you should learn when you start programming. They can be
66
+
a powerful tool
67
+
that will help you on your journey, especially later on when you do a group project or your own personal
68
+
project.
69
+
Git is a free and open source distributed version control system designed to handle everything from small to
70
+
very large projects with speed and efficiency,
71
+
how ever they also allow you save, control and redo your project file version. Repository is when you work
72
+
on a group project
73
+
you can copy all of the files of the main project and make your self owner of that copy project. Branch is
74
+
for when you want to make some change like adding image, changing color
60
75
or add some functionality to the project doesn't effect the main original file.
0 commit comments