This repo contains Files,Docs,Books,Video links etc... all the thinks you need to know or get started with hackathon, development etc.
-
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!
- Add the resources in existing folders - Create a new folder for the resources using
-
Make commits and push the changes.
git add .
git commit -m "commit_message"
git push
- Generate the PR