You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project is to be uploaded under respective year session directory. For session sem-1-2022-23 create a directory with <name>-<studentID-or-Name> in this format: projects/sem-1-2022-23/<name>-<studentID-or-Name>.
Example: projects/sem-1-2022-23/mohan-xxx
All the code, configuration, required setup and usage instructions to be made available in the directory itself.
Documentation is to be created in the markdown (.md) format
Any project reports, research reports can be in markdown (.md) format, but preferrably in LaTeX format
├── projects
│ └── sem-1-2022-23 ## proejcts for Semester-1, 2022-23 session
│ └── <name>-<studentID-or-Name>## add project directory in this naming convetion
TAship Work items
TAship work items are to be uploaded under apps directory with topic-wise directory as illustrated.
All the code, configuration, required setup and usage instructions to be made available in the directory itself.
Documentation is to be created in the markdown (.md) format
Labseets items
Lab code is to be uploaded under respective year session directory. For session sem-1-2022-23 create a directory with <name>-<studentID-or-Name> in this format: labs/sem-1-2022-23/<name>-<studentID-or-Name>.
Example: lab/sem-1-2022-23/mohan-xxx
All the code, configuration, required setup and usage instructions to be made available in the directory itself.
Documentation is to be created in the markdown (.md) format
git status
## put add all the changes
git add -A
## example to add particular file
git add README.md
git status
git commit -m'put some details on the changes'
git push
git status