diff options
| author | Rahul Horé | 2015-02-17 20:39:58 -0500 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-18 13:37:31 +0000 |
| commit | cf800efc7fb0ca244b69ca7754d45b8e1af12928 (patch) | |
| tree | d097d3d5e9d6e25f1cb7963bfdd1e3d1e4dbd169 /share | |
| parent | 6f034164285fd028135227e772ff70a3af394eb9 (diff) | |
| download | homebrew-cf800efc7fb0ca244b69ca7754d45b8e1af12928.tar.bz2 | |
How To Open a PR: fix typo.
Closes #36916.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'share')
| -rw-r--r-- | share/doc/homebrew/How-To-Open-a-Homebrew-Pull-Request-(and-get-it-merged).md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/homebrew/How-To-Open-a-Homebrew-Pull-Request-(and-get-it-merged).md b/share/doc/homebrew/How-To-Open-a-Homebrew-Pull-Request-(and-get-it-merged).md index c2cb24067..2c626d4ff 100644 --- a/share/doc/homebrew/How-To-Open-a-Homebrew-Pull-Request-(and-get-it-merged).md +++ b/share/doc/homebrew/How-To-Open-a-Homebrew-Pull-Request-(and-get-it-merged).md @@ -1,7 +1,7 @@ # How To Open a Homebrew Pull Request (and get it merged) The following commands are used by Homebrew's contributors to setup a fork of Homebrew's Git repository on GitHub, create a new branch and create a GitHub pull request of the changes in that branch. -To setup a your own fork of the Homebrew repository: +To set up your own fork of the Homebrew repository: 1. Change to the directory containing your Homebrew installation with `cd $(brew --repository)` 2. [Fork the Homebrew repository](https://github.com/Homebrew/homebrew/fork) on GitHub. This creates a pushable, personal remote repository. This is needed as only Homebrew maintainers have push access to the main repository. |
