Skip to content

add missing links to ProGit and GitHub Help Page #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 8, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions process.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@ <h1>Pull Requests</h1>
development workflow. If you need an introduction to git, please
refer to the following links for git-specific information.</p>
<ul>
<li><a href="">ProGit</a> &mdash; a website dedicated to basic
and advanced git usage.</li>
<li><a href="">GitHub Git Setup</a> &mdash; the GitHub help pages
on setting up git to work with GitHub.</li>
<li><a href="http://git-scm.com/book">ProGit</a> &mdash; a website
dedicated to basic and advanced git usage.</li>
<li><a href="https://help.github.com/articles/set-up-git">GitHub
Git Setup</a> &mdash; the GitHub help pages on setting up git
to work with GitHub.</li>
</ul>
<p>What follows in this section assumes that you're already
familiar with the basic git workflow.</p>
Expand Down