PIXELS Seminar is a initiative taken by Society of Robotics & Automation (SRA) VJTI, which provides platform for begginers to explore new domains like Image processing, Computer Vision. We encourage students to learn new technologies, bring in innovative project ideas and get hands-on experience on different domains.
The file contains the Instructions for submission of Assignments assigned to you in PIXELS Seminar.
1. Create a private
Repository with name pixels_assignment_<Id no.>
. (Please replace <Id no.>
with Id assigned to you)
Follow this if you don't remember how to create a repository (Please make sure you repo is private)
Open cmd/terminal and run the following command (Replace <username>
& <Id no.>
)
git clone https://github.com/<username>/pixels_assignment_<Id no.>.git
3. Solve all the assignments and keep all submission files inside your repository folder i.e pixels_assignment_<Id no.>
.
Then push
all files to your GitHub repository, Run the following commands.
- Go to repository folder.
cd pixels_assignment_<Id no.>
- Add all files to the staging area.
git add .
- Add proper commit messeage.
git commit -m "assginment submission <Id no.>"
- Push files to main repository.
git push
Follow these steps to add collaborator:
Go to repo settings
> Manage access
> Invite a collaborator
> Enter <username>
> Select & add
.