1.0.1 • Published 5 years ago

switch-author v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

switch-author

switch-author automates the process of changing the author information for a series of commits in a repository.

Installation

npm install -g switch-author

Optionally you can also use switch-author without installing it globally by using npx

npx switch-author

Usage

Basics

To use the switch-author command, the --name and --email arguments are necessary.

switch-author --name "Firstname Lastname" --email email@address.com

Optional

You can also specify the number of commits from HEAD you want to change author information for by using the --commits argument.

switch-author --name "Firstname Lastname" --email email@address.com --commits 10

This will affect the 10 most recent commits

Help

See all available options for switch-author

switch-author --help