Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -9,7 +9,7 @@ The following steps are based on a version of [flutter/plugin's contributing gui | @@ -9,7 +9,7 @@ The following steps are based on a version of [flutter/plugin's contributing gui | ||
| 9 | * `git clone git@github.com:<github_user_name>/wakelock.git` | 9 | * `git clone git@github.com:<github_user_name>/wakelock.git` |
| 10 | * `cd wakelock` | 10 | * `cd wakelock` |
| 11 | * `git remote add upstream git@github.com:creativecreatorormaybenot/wakelock.git` | 11 | * `git remote add upstream git@github.com:creativecreatorormaybenot/wakelock.git` |
| 12 | - This ensures that `git fetch` fetches from this remote repository instead of from your own fork to get the latest changes. | 12 | + This ensures that `git fetch upstream` is possible to fetch from this remote repository instead of from your own fork to get the latest changes. |
| 13 | 13 | ||
| 14 | ## Creating a patch | 14 | ## Creating a patch |
| 15 | 15 |
-
Please register or login to post a comment