Skip to content
Open
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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# hacktoberfest2021_CP
You can contribute here!


<title>Hacktoberfest 2020</title>
</head>
<body>
<h1 id="header">Hack<span class="middle">to</span>berfest</h1>
<canvas class="canvas" id="canvas"> </canvas>
## Basics of Git and GitHub
### Git & GitHub
Before we proceed, it's better to know the difference between Git and Github. Git is a version control system (VCS) that allows us to keep track of the history of our source code , whereas GitHub is a service that hosts Git projects.
Expand Down