Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.05 KB

File metadata and controls

38 lines (32 loc) · 1.05 KB

Biomedical-Image-Processing

Steps to contribute -

  1. Clone the repository
          git clone https://github.com/flick-23/Biomedical-Image-Processing.git             
      
  2. Create a folder with your USN as the folder name
  3. Add all your files / codes in that folder and make the local changes
  4. To reflect the changes in the github repo follow these exact steps (if you are a complete beginner)

      Reflects the changes in github to your local
    1.     git pull                    
      

    2. Used to add all the changed files to .git
    3.     git add .                    
      

    4. Used to commit your changes before pushing it
    5.     git commit -m"your commit message here"                    
      

    6. Used to push your local changes to github
    7.     git push            
      
  5. DO NOT DELETE OR MAKE ANY CHANGES IN THE FOLDER OTHER THAN YOUR OWN