Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-22041afd0340ce965d47ae6ef1cefeee28c7c493a6346c4f15d667ab976d596c.svg)](https://classroom.github.com/a/0uiMevno)
# git-group-tutorial

The purpose of this tutorial is to learn and apply git commands needed to collaborate on a team project.
Expand Down
2 changes: 2 additions & 0 deletions function.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This is a representation of an unfinished function a group member is working on.
This is a new change from Wanjiang Xie
1 change: 1 addition & 0 deletions important.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"This is very important"
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<title>GitHub Group Tutorial</title>
</head>
<body>
<a href="my-page.html">Your New Page</a>
<a href="my-page-first-last.html">First’s Page</a>
</body>
</html>
12 changes: 12 additions & 0 deletions my-page-sedar-hebib.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<h1>This is the page Sedar added</h1>
<a href="index.html">Back</a>
</body>
</html>
12 changes: 12 additions & 0 deletions my-page-wanjiang-xie.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<h1>This is the page Wanjiang Xie added</h1>
<a href="index.html">Back</a>
</body>
</html>