layout | title |
---|---|
default |
Welcome |
Welcome to the GitHub Help site. Here we have compiled many guides to help you set up and use git and GitHub.
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 and send a pull request.
If you are still new to things, we've provided a few walkthroughs to get you started:
- Take a quick crash course on git
- Set up git
- Create a Repo
- Fork a Repo
- Be Social
To learn more about git's commands, we highly recommend you check out GitRef, the Pro Git book and the git man pages. If you need help or have any questions, feel free to contact support or ask the community.
-
{% for post in site.categories.popular reversed %}
- {{ post.title }}
- {{ post.description }} {% endfor %}
There are a number of resources available to help you learn git or fix issues with GitHub:
- GitHub Support -- Resolve issues with GitHub or get help with basic git issues.
- Contact GitHub -- This is your direct line to us.
- GitHub Google Group -- Ask the community for help
- GitHub Status -- Is GitHub down, or is it just me?
- Pro Git -- The greatest book on git, by GitHub's very own Scott Chacon. Available online for free.
- git-scm -- The official git website.
- git man pages -- In-depth documentation for every git command.
- git user's manual -- Concepts and workflows.
- git ready -- Tips and hints for using git.