git-redate
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

git-redate

NPM version

A simple CLI application to change git dates of a repository.

Install

npm install git-redate -g

Usage

Run the command with a git hash. This will show all commits from the hash to the last commit.

# run
git-redate <git-hash>
# or 
npx git-redate <git-hash>

Update the file with new dates and save and close. This will update the git history with the new dates.

Use git to push the changes to the remote repository.

git push --force-with-lease

Readme

Keywords

none

Package Sidebar

Install

npm i git-redate

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

624 kB

Total Files

5

Last publish

Collaborators

  • banjoanton