Use this repo to add presentation and related material. Put all your materials in respective folders. Name them as GroupNumber_PresentationTopic Example : Group0_HadoopEcoSystem Use the following commands to add your materials :
- git clone https://github.com/brahmbhattspandan/AdvanceBigData_Presentations.git
- cd AdvanceBigData_Presentation
- mkdir dirName
- Copy the files in that folder
- git pull
- git add --all
- git commit -m "Presentation Topic name"
- git pull
- git push
if you have any doubts mail me @ brahmbhattspandan@gmail.com. Remember since 10 other people will be commiting to the repository, do not mess this up. Ask if you have any doubt.