Skip to content

s2a130050131070/ajava

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!!! 📢

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.7%
  • HTML 1.3%