1.0.2 • Published 6 years ago

git-change-date v1.0.2

Weekly downloads
12
License
MIT
Repository
github
Last release
6 years ago

git-change-date

Simple command line to change old commits author and committer dates.

Sample Usage

Installation

npm install -g git-change-date

CLI Usage

Please ensure that you are on the correct directory of the repository you want to modify and that there are no unstaged changes before running this.

Usage: git-change-date [options]

Options:

--path      repository path, defaults to current directory
--count     Number of commits to show, defaults to 5
--hash      Search commits with this hash (optional)
--dev       Show complete error stack (optional)

When you run this command you will be prompted to:

After making modifications you will have to force push to remote repositories and anyone who has pulled these commits or any future commits will have to reset and pull.

License

MIT @ (Kareem Elbahrawy)http://www.bitriddler.com

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago