From 8032ab9322abafa5556a0947aed6666dd45cd6b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rahul=20Hor=C3=A9?= <hore.rahul@gmail.com> Date: Tue, 17 Feb 2015 20:39:58 -0500 Subject: [PATCH] How To Open a PR: fix typo. Closes Homebrew/homebrew#36916. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> --- .../How-To-Open-a-Homebrew-Pull-Request-(and-get-it-merged).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c2cb240672..2c626d4ff2 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. -- GitLab