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
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# [Sample Repo] PR Practice
A sample repo for practicing how to create Pull Requests

A sample repo for practice practices how to create Pull Requests

Hello There

changes in branch 1
Changes to branch 2
6 changes: 6 additions & 0 deletions test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
function hello() {
console.log("hello")
console.log("hello")
console.log("hello")

}