Skip to content

Commit

Permalink
Added the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
murtaza549 committed Oct 2, 2018
1 parent 1ede52f commit f8dd325
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Sample Website

This is a sample website made as part of [*Learn Enough™ Git to Be
Dangerous*](http://learnenough.com/git-tutorial), possibly the greatest
beginner Git tutorial in the history of the Universe. You should totally [
check it out](http://learnenough.com/git-tutorial), and be sure to [join
the email list](http://learnenough.com/#email_list) and [follow @learnenough
](http://twitter.com/learnenough) on Twitter.

After finishing *Learn Enough™ Git to Be Dangerous*, you'll know enough Git
to be *dangerous*. This means you'll be able to use Git to track changes in
your projects, back up data, share your work with others, and collaborate
with programmers and other users of Git.

I see the shameless self advertising but I think it is justified when you are teaching something so useful.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
<title>A whale of a greeting</title>
</head>
<body>
<h1>hello, world</h1>
Expand Down

0 comments on commit f8dd325

Please sign in to comment.