mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Branch name should match in text and code example.
[ci skip]
This commit is contained in:
parent
bab48f0a3d
commit
04051df419
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ been updated.
|
|||
|
||||
### Older Versions of Ruby on Rails
|
||||
|
||||
If you want to add a fix to older versions of Ruby on Rails, you'll need to set up and switch to your own local tracking branch. Here is an example to switch to the 3-0-stable branch:
|
||||
If you want to add a fix to older versions of Ruby on Rails, you'll need to set up and switch to your own local tracking branch. Here is an example to switch to the 4-0-stable branch:
|
||||
|
||||
```bash
|
||||
$ git branch --track 4-0-stable origin/4-0-stable
|
||||
|
|
Loading…
Reference in a new issue