diff options
| author | tekkub <tekkub@gmail.com> | 2010-05-27 00:51:15 -0600 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2010-05-27 00:51:15 -0600 |
| commit | 487202cf1fb2ea891b128526322b6e6f135dcb3e (patch) | |
| tree | 02e8eb9f941413441fe0a743622427d493bfa39b /_posts | |
| parent | 41e021275cd2f2a45a1a168cee5f5ea125ea019d (diff) | |
New creating a repo guide
Diffstat (limited to '_posts')
| -rw-r--r-- | _posts/2009-06-24-creating-a-repo.markdown | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/_posts/2009-06-24-creating-a-repo.markdown b/_posts/2009-06-24-creating-a-repo.markdown new file mode 100644 index 0000000..515e4c2 --- /dev/null +++ b/_posts/2009-06-24-creating-a-repo.markdown @@ -0,0 +1,20 @@ +--- +layout: default +title: Creating a repo +description: How to create a new repo on GitHub +categories: repos +--- + +Creating a new repo is a simple process. Log in and go to the [dashboard](https://github.com/). + +Click "New Repository" on the right side of the page: + + + +Fill in the form (only the name is required): + + + +After the repo is created, you'll be presented with the empty repo page. This page provides instructions on how to create a new local repo, push an existing repo, or import from an SVN repo. + +
\ No newline at end of file |
