Skip to content

Commit

Permalink
be more clear about use of guide, fixes #117
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Lord committed Dec 15, 2014
1 parent 88a5de0 commit a7852b0
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 13 deletions.
4 changes: 3 additions & 1 deletion problems/branches_arent_just_for_birds/problem.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Create a new branch on your fork for your contribution.

Use the guide (see below) for step-by-step instructions.

--------------------------------------------------------------------
---------------------------------------------------------------------
6 changes: 4 additions & 2 deletions problems/commit_to_it/problem.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Create a file in your new repository, add something to that file
Create a file in your new repository, add something to that file
and commit those changes to Git.

--------------------------------------------------------------------
Use the guide (see below) for step-by-step instructions.

---------------------------------------------------------------------
4 changes: 3 additions & 1 deletion problems/forks_and_clones/problem.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Fork a project from GitHub.com and clone it locally.

--------------------------------------------------------------------
Use the guide (see below) for step-by-step instructions.

---------------------------------------------------------------------
4 changes: 3 additions & 1 deletion problems/get_git/problem.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Install Git on your computer and configure your name and email.

--------------------------------------------------------------------
Use the guide (see below) for step-by-step instructions.

---------------------------------------------------------------------
4 changes: 3 additions & 1 deletion problems/githubbin/problem.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Create a GitHub account, add username to your Git config.

Use the guide (see below) for step-by-step instructions.

--------------------------------------------------------------------
---------------------------------------------------------------------
4 changes: 3 additions & 1 deletion problems/its_a_small_world/problem.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Add a collaborator to your project.

--------------------------------------------------------------------
Use the guide (see below) for step-by-step instructions.

---------------------------------------------------------------------
6 changes: 4 additions & 2 deletions problems/merge_tada/problem.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Merge your branch locally, delete old branch and pull
Merge your branch locally, delete old branch and pull
from upstream for much win!

--------------------------------------------------------------------
Use the guide (see below) for step-by-step instructions.

---------------------------------------------------------------------
4 changes: 3 additions & 1 deletion problems/pull_never_out_of_date/problem.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Keep your file up to date by pulling in changes from collaborators.

--------------------------------------------------------------------
Use the guide (see below) for step-by-step instructions.

---------------------------------------------------------------------
4 changes: 3 additions & 1 deletion problems/remote_control/problem.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Connect your local and remote repositories and push changes.

--------------------------------------------------------------------
Use the guide (see below) for step-by-step instructions.

---------------------------------------------------------------------
4 changes: 3 additions & 1 deletion problems/repository/problem.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Create a new Git repository on your computer.

--------------------------------------------------------------------
Use the guide (see below) for step-by-step instructions.

---------------------------------------------------------------------
4 changes: 3 additions & 1 deletion problems/requesting_you_pull_please/problem.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Submit a Pull Request on the original Patchwork repository.

--------------------------------------------------------------------
Use the guide (see below) for step-by-step instructions.

---------------------------------------------------------------------

0 comments on commit a7852b0

Please sign in to comment.