/git_change

help git to change author info, remote url and so on

Primary LanguageRuby

GitChange

Usage

Change author info

Change author info according to this instruction

$ git change author <name> <email> [--old-email <old_email>]

$ git change author new_name new_email@email.com

It will run the steps 1 to 4 from the above instruction.