You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,19 @@ Or if you really know what you are doing and you want to pretend like you are on
43
43
44
44
Migrations that were added between `REF_YOU_CAME_FROM` and `REF_YOU_ARE_GOING_TO` that do not exist on your current `HEAD` will not be applied because they don't exist!!
45
45
46
+
#### Options
47
+
48
+
The following command line options are supported:
49
+
50
+
* -v, --verbose
51
+
* Display pending changes, prompt to continue, display command output
52
+
* -y, --auto_confirm
53
+
* Variant of verbose mode; display pending changes but do not prompt before applying them
54
+
* -d, --dry_run
55
+
* Display pending changes and exit
56
+
* -h, --help
57
+
* Display usage and exit
58
+
46
59
#### Hooks
47
60
48
61
You shouldn't have to think about the hooks once they are installed. Just pull, checkout, and rebase as normal and they should work fine. If you find that `git_rails` hasn't fired when it should follow the command instructions to run it manually.
0 commit comments