This is simply amazing:
$ g pull
Already up-to-date.
$ g co edge
Switched to branch 'edge'
== AddFileTypeToSong: migrating ==============================================
-- add_column(:songs, :file_type, :string)
-> 0.0048s
== AddFileTypeToSong: migrated (0.1380s) =====================================
$ g rebase master
Current branch edge is up to date.
$ g co master
Switched to branch 'master'
== AddFileTypeToSong: reverting ==============================================
-- remove_column(:songs, :file_type)
-> 0.1674s
== AddFileTypeToSong: reverted (0.1679s) =========================
Oh, and it will bundle automatically for you as well, so don’t hesitate and hookup your Rails project!
oo masz pr 4 ! :)
PR does not really matter these days :)