Skip to content

Commit

Permalink
Merge pull request kubernetes#30758 from lixiaobing10051267/masterMyF…
Browse files Browse the repository at this point in the history
…eature

Automatic merge from submit-queue

Incorrect branch name for git push command in development.md

the branch name is "my-feature":

    ### Create a branch and make changes

    ```sh
    git checkout -b my-feature
  • Loading branch information
Kubernetes Submit Queue authored Aug 18, 2016
2 parents dbc9063 + 283e29d commit 70ead67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/devel/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,13 +217,13 @@ Then you can commit your changes and push them to your fork:

```sh
git commit
git push -f origin myfeature
git push -f origin my-feature
```

### Creating a pull request

1. Visit https://github.com/$YOUR_GITHUB_USERNAME/kubernetes
2. Click the "Compare & pull request" button next to your "myfeature" branch.
2. Click the "Compare & pull request" button next to your "my-feature" branch.
3. Check out the pull request [process](pull-requests.md) for more details

### When to retain commits and when to squash
Expand Down

0 comments on commit 70ead67

Please sign in to comment.