Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 922 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 922 Bytes


Git Cheat Sheet

Useful information about Git I have organized for reference.

💻 Index

🚩 Contribute to the project

The content may contain some errors as I am a student and the repository is constantly evolving.

Contributions 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 any corrections or improvements 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".

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/Feature)
  3. Commit your Changes (git commit -m 'Add some Feature')
  4. Push to the Branch (git push origin feature/Feature)
  5. Open a Pull Request