Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 1.62 KB

File metadata and controls

52 lines (42 loc) · 1.62 KB

For first time users:

Create a github account. (user id must be s+div+batch+enrollment_number eg. s2b1926456780) Submit your user id to me. (to selected student) I will add you in collabrator list. Fork test repository in your github account. (you will receive email for this)

  1. Install Git on your PC.
  2. Open terminal navigate to project folder. follow the below commands.
  3. git init (this is only one time)
  4. git pull URL
  5. enter your user name and password
  6. //make your changes
  7. git add "file relative path"
  8. git remote add master "Your Git url from github portal"
  9. git config --global user.email "your email address of github"
  10. git config --global user.name "your username of github"
  11. git commit -m "your comment"
  12. git push master
  13. enter your user name and password
  14. check github portal for updated changes

=======================

For returning user

  1. git pull master
  2. enter your username and password
  3. git add "file name"
  4. git commit -m "your comment"
  5. git push master
  6. enter your user name and password
  7. check github portal for updated changes

How to submit screenshots?

  1. In your repository go to issues tab.
  2. Create a new issue.
  3. Upload screenshot as an issue.
  4. Copy image URL.
  5. In readme.md (for each practical there is a seprate readme.md) file upload your image using following tag
    • ![Snapshot 1](link to image)

Snapshot 1 Sample Screenshot

📢 Happy Programming to you!!! 📢