dgsuarez / reruby

Refactor Ruby
MIT License
35 stars 2 forks source link

Flag to autocommit before changing code #33

Closed dgsuarez closed 5 years ago

dgsuarez commented 6 years ago

Something like reruby rename_const A::B C --autocommit that does a git add . && git commit -m 'Reruby autocommit before refactoring' before actually performing any changes to the code.

dgsuarez commented 5 years ago

Better late than never, this was solved in #37 by @ZeusPerez :)