This repository is created for lab report and assignment submission for ECE 22 series. Course title is Circuit & Systems II (ECE 1201)
"Heaven's Light is Our Guide"
This repository contains all the assignments, lab reports, and other necessary academic files.
- Fork this(ECE 22) repository.
- Go to your repository.
- Go to the specific folder or create one.
- Click
Add File
then clickUpload file
to upload your corresponding lab report. - Click on
Contribute
then clickPull Request
. - Write the commit message
Your Roll number
. Then click onCreate Pull Request
.
- Go to your repository.
- Clone the repository to your local machine. You can create your lab reports in the directory and follow the given commands each time you create a new lab report or assignment.
- After completing your lab report save it into the directory.
- Go to the directory. Then right-click, and select
Terminal
. - Then write the following commands step-by-step.
git add .
git commit -m "Your Roll Number"
git push -u origin main
- Go to the GitHub repository [The one you forked].
- Click on
Contribute
then clickPull Request
. - Write the commit message
Your Roll number
. Then click onCreate Pull Request
.
Congratulations, task complete.