summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.markdown18
1 files changed, 6 insertions, 12 deletions
diff --git a/index.markdown b/index.markdown
index 4f026ed..dbcf048 100644
--- a/index.markdown
+++ b/index.markdown
@@ -10,22 +10,16 @@ Use the sidebar on the right side of this site to access our guides!
If you would like to submit your own guides, please fork [our repo](http://github.com/github/help.github.com/) and send pull requests to [tekkub](http://github.com/tekkub)
-Getting started with Git and GitHub
+GitHub Bootcamp
-----------------------------------
-Getting up and running from scratch is easy:
+If you are still new to things, we’ve provided a few walkthroughs to get you started:
1. Take a quick [crash course](http://gitref.org/) on git
-2. [Install Git](git-installation-redirect)
-3. [Generate a keypair](key-setup-redirect) -- *[If you have troubles](troubleshooting-ssh)*
-4. [Set your user and email in git](git-email-settings)
-5. [Create a repo](creating-a-repo) or [fork an existing repo](forking)
-
-After you've created a repo you will presented with the commands necessary to create a new empty repo locally, push an existing local repo, or import an SVN repo.
-
-If you are collaborating on someone else's repo, you can clone the repo using the command `git clone git@github.com:username/reponame.git`. You can find this clone URL in the repo's header when viewing its source page.
-
-To learn more about git's commands, we highly recommend you check out [GitRef](http://gitref.org/), the [Pro Git book](http://progit.org/) and the [git man pages](http://www.kernel.org/pub/software/scm/git/docs/). If you need help or have any questions, feel free to [contact support](http://support.github.com) or [ask the community](http://groups.google.com/group/github/).
+2. [Set up git](set-up-git-redirect)
+3. [Create a Repo](create-a-repo)
+4. [Fork a Repo](fork-a-repo)
+5. [Be Social](be-social)
Popular guides
--------------