forked from jlord/git-it
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
be more clear about use of guide, fixes #117
- Loading branch information
Jessica Lord
committed
Dec 15, 2014
1 parent
88a5de0
commit a7852b0
Showing
11 changed files
with
35 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
-------------------------------------------------------------------- | ||
--------------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
--------------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
--------------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
--------------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
-------------------------------------------------------------------- | ||
--------------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
--------------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
--------------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
--------------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
--------------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
--------------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
--------------------------------------------------------------------- |