Skip to content

flick-23/Biomedical-Image-Processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published