Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (26 loc) · 1.87 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.87 KB

Resources

This repo contains Files,Docs,Books,Video links etc... all the thinks you need to know or get started with hackathon, development etc.

Want to Contribute

  • Star the repo and fork it!

  • Clone the Repo https://github.com/Alphasians/Learning-Resources.git

  • Move to the folder cd Learning-Resources

  • Make the changes:

    • Add the resources in existing folders - Create a new folder for the resources using mkdir Folder_Name - Clean or update the existing ones!
  • Make commits and push the changes.

git add .
git commit -m "commit_message"
git push
  • Generate the PR