Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<title>About</title>
</head>
<body>
<h1>About</h1>
<h1>
Forking is especially useful for contributing to open-source projects or
maintaining your custom version of someone else's work.
</h1>
</body>
</html>
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<body>
<h1>Hello Git</h1>

<p>Abebe beso bela</p>
<p>
In Git, forking means creating a personal copy of someone else's
repository (repo) in your own Git hosting account, such as GitHub, GitLab,
or Bitbucket.
</p>
</body>
</html>