Skip to content

Instantly share code, notes, and snippets.

@lqb2
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lqb2/48e43ee11e8f5b00542a to your computer and use it in GitHub Desktop.
Save lqb2/48e43ee11e8f5b00542a to your computer and use it in GitHub Desktop.
Spoon-Knife

Well hello there!

This repository is meant to provide an example for forking a repository on GitHub.

Creating a fork is producing a personal copy of someone else's project. Forks act as a sort of bridge between the original repository and your personal copy. You can submit Pull Requests to help make other people's projects better by offering your changes up to the original project. Forking is at the core of social coding at GitHub.

After forking this repository, you can make some changes to the project, and submit a Pull Request as practice.

For some more information on how to fork a repository, check out our guide, "Forking Projects"". Thanks! 💖

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Spoon-Knife</title>
<LINK href="styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<img src="forkit.gif" id="octocat" alt="" />
<!-- Feel free to change this text here -->
<p>
Fork me? Fork you, @octocat!
</p>
</body>
</html>
* {
margin:0px;
padding:0px;
}
#octocat {
display: block;
width:384px;
margin: 50px auto;
}
p {
display: block;
width: 400px;
margin: 50px auto;
font: 30px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment