…well, creating a fork on GitHub. ;-)
::: thumbnail
[Uploaded with plasq’s
Skitch!]{style=”font-family: Lucida Grande, Trebuchet, sans-serif, Helvetica, Arial; font-size: 10px; color: #808080”}
:::
It appears that Rails is moving from Subversion to Git!
Courtenay posted this a little while ago.
```ruby
git clone git://github.com/rails/rails.git
Check it out the [Ruby on Rails project](http://github.com/rails) on
GitHub.
Start working on your next patch with git...
````ruby
```ruby
git clone git://github.com/rails/rails.git
cd rails
git br -a
git br my_patch
git co my_patch
```
This is cool news. :-)