SE Year 4 Sem 2
For all lecture notes, labs, tutorials, answer scripts and learning material.
-
Fork the repository
-
Clone the repository
git clone <URL>
- Create Feature branch and checkout Replace <BRANCH_NAME> with meaningful name. For an example navbar. See the guide for the more details Link
git checkout -b feature/<BRANCH_NAME>
-
Do your modifications
-
Stage Changes and commit
git add .
git commit -m "<Commit message>"
- Push Changes
git push --set-upstream origin feature/<BRANCH_NAME>
- Make a Pull Request. See the guide for more details Link
- If the folder for a module exists, add sub-folders for the type of note inside the module folder.
<MODULE FOLDER> -> <Sub-folder>
- If the folder for the module does not exist, create a folder for the module with the following naming convention.
<MODULE NAME>