summaryrefslogtreecommitdiff
path: root/_posts/2009-06-24-creating-a-repo.markdown
blob: 98e3d64dcdcc1cb706e753159097c9a2a10513bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
layout: default
title: Creating a repo
description: How to create a new repo on GitHub
redirect_to: /create-a-repo
---

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:

![](http://img.skitch.com/20100527-nbjhrwesgdjye6nieddmqfigbt.png)

Fill in the form (only the name is required):

![](http://img.skitch.com/20100527-dih5dmamhfqhwr65hsa3eek6aj.png)

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.

![](http://img.skitch.com/20100527-r6h2yp7m8tuxdfhppepjdsetfb.png)