Skip to content

iamprogrammerlk/time_machine





Time Machine

My very own GIT time machine.

Note

This repository is intended to be used for educational purposes only.

Warning

Using this method on active projects may break the Git versioning system, resulting in chaos.

For example, someone created a new file yesterday, but you may have edited it 7 years ago today!.

That is an impractical scenario in a perfect world.



(πŸ‘† BACK TO TOP πŸ‘†)


πŸ“ Documentation

πŸ“š Official Documentation: Our Documentation

πŸš€ Getting Started Guide: Quickstart

πŸ’‘ Examples & Demos: Examples

🎬 Tutorials & Guides: Our Tutorials Page

πŸŽ₯ Video Tutorials: YouTube Channel

πŸ“– API Reference: API Documentation



(πŸ‘† BACK TO TOP πŸ‘†)


βš’οΈ Usage

  • Add your changes
git add .
  • Set new time for GIT to grab, then commit
GIT_AUTHOR_DATE='1987-10-24 7:37:00 +0530' GIT_COMMITTER_DATE='1987-10-24 7:37:00 +0530' git commit -m 'MESSAGE'

Warning

The command must be on a single line, breaking it won't work as intended.

  • Push new changes to the remote
git push


(πŸ‘† BACK TO TOP πŸ‘†)


✨ Get Involved

Contributors are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing_feature)
  3. Make your changes with clear commit messages (git commit -m "Add some amazing feature")
  4. Push to the Branch (git push origin feature/amazing_feature)
  5. Submit a pull request with description of changes

Read more about,

Get in touch with the project developers and the community through our Reddit.com Community forum.



(πŸ‘† BACK TO TOP πŸ‘†)


πŸ”₯ Issues

Bug reports and feature requests can be submitted on the Github Issues. Please read the support.md and governance.md for more details.

Important

Please do not report security vulnerabilities through public Community Forum, GitHub Issues, Discussions, or Pull Requests. Instead, use SECURITY ADVISORIES



(πŸ‘† BACK TO TOP πŸ‘†)


πŸ‘ Code of Conduct

This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Code of Conduct, Governance, Security Policy, and be bound by the terms of the Contributor License Agreement.

Important

This project is not a platform for discussing politics, social issues, race, religion, gender, or sexual orientation. Please keep those discussions elsewhere.



(πŸ‘† BACK TO TOP πŸ‘†)


βš–οΈ License

This work is distributed under the Do What The F*ck You Want To Public License 2.0 (WTFPL) License.

See license for more information.

Permissions

  • βœ… Commercial use
  • βœ… Distribution
  • βœ… Modification
  • β›” Patent use
  • βœ… Private use

Conditions

  • β›” Disclose source
  • β›” License and copyright notice
  • β›” Network use is distribution
  • β›” Same license
  • β›” State changes

Limitations

  • 🚫 Liability
  • β›” Trademark use
  • 🚫 Warranty


(πŸ‘† BACK TO TOP πŸ‘†)


πŸ’• Credits



(πŸ‘† BACK TO TOP πŸ‘†)


©️ Copyright



(πŸ‘† BACK TO TOP πŸ‘†)


About

My very own GIT time machine

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks