0.0.1 • Published 5 months ago

git-redate v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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