- Download GitBash
- Open Gitbash command Line
- run this command
git clone https://github.com/tawabshakeel/devnation_ds.git
- run this command
cd devnation_ds
- 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 begit checkout -b tawab_shakeel
- 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 - After adding all of the solutions in the folder run the command
git add .
- 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 writegit commit -m "submitting ds assignment of 8th July"
- run this query
git push origin your_name
Note your_name should be the same what you created in line 4
- 2021_07_08
- Solution FIles
- 2021_07_09
- Solution FIles
you can also learn basic git related concepts from these mentioned links