Devnation Data Science Cohort 2021

Guidelines of Submitting Assignments

N|Solid

Steps to Follow

  1. Download GitBash
  2. Open Gitbash command Line
  3. run this command git clone https://github.com/tawabshakeel/devnation_ds.git
  4. run this command cd devnation_ds
  5. run this command git checkout -b your_name replace your_name with your name. Make sure there should not be a space in your_name .i.e If your name is tawab shakeel then your command should be git checkout -b tawab_shakeel
  6. create a folder with the date like if the assignment due date is 8th July 2021 then create a folder with the name 2021_07_08 and all your solution in this folder
  7. After adding all of the solutions in the folder run the command git add .
  8. run this command git commit -m "write some message related your commit" i.e if you are submitting the assignments of 8th July you can write git commit -m "submitting ds assignment of 8th July"
  9. run this query git push origin your_name Note your_name should be the same what you created in line 4

Folder Architecure

  • 2021_07_08
    • Solution FIles
  • 2021_07_09
    • Solution FIles

Youtube Tutorial

you can also learn basic git related concepts from these mentioned links

Softwares Required in this course