Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tweniee committed Nov 28, 2023
1 parent d565c39 commit ddd86f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/howtos/rebasing_a_pull_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The demonstration centers on the process of rebasing a feature branch that is di

- Make sure you have local versions of the `develop` branch and the `release-v*` branch.
- Ensure that both branches are up to date. For this guide, we'll assume they are named `develop` and `release-v*`, respectively.

Locally, checkout your feature branch and run the following rebase command:

```
Expand All @@ -20,4 +20,3 @@ git push --force
```

**Caution:** Handle force-pushes with care.

0 comments on commit ddd86f9

Please sign in to comment.