Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 715 Bytes

README.md

File metadata and controls

55 lines (30 loc) · 715 Bytes

Git Hack

This will automate commit and push on given date [it will work on all dates ie: past , present , future ]

Just made for learning purpose don't misuse it.

How to use ?
// just change date ie. 4.11.2020 
// so it will commit on 4.11.2020 date
const COMMITDATE = moment("4.11.2020", "DD.MM.YYYY").format();
How to run ?
$ npm run dev
Here is snapshot of demo.

alt text


alt text


alt text


alt text


alt text


alt text


Give a  if you like it.