Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 490 Bytes

File metadata and controls

39 lines (24 loc) · 490 Bytes

Cheat Git

This project is not a cheatsheet, it is actually a trick.

image

Guide

Change Time(macOS)

Enter your password

 sudo -s

Enter the time you want to return

 date {month}{day}{hour}{minute}{year}

For example, June 27th 1993 16:10 would become the following command:

 date 062716101993

Do git things

Create a new repository and do git things as usual.

Contribution

PR & issue welcome.

License

MIT