diff --git a/rules/git.toml b/rules/git.toml index c350cc3..a4c9f96 100644 --- a/rules/git.toml +++ b/rules/git.toml @@ -151,5 +151,5 @@ suggest = [ {{command}} --rebase ''', ''' #[cmd_contains(pull)] -{{command}} --merge ''' +{{command}} --no-rebase ''' ]