Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 771 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 771 Bytes

Computing tips

This repository contains computing tips for scientists from scientists. Follow the instructions below to add your own!

Instructions

Fill in the blanks (___) with your information.

  1. Fork the repository to your account

  2. Clone your fork of the repository (fill in your username)

    git clone https://github.com/___/computing-tips
    
  3. Navigate to the Git repository

    cd computing-tips
    
  4. Write your tip in a file. Give it an informative name.

    nano ___
    
  5. Add the file

    git add ___
    
  6. Commit the file. Write a descriptive message.

    git commit
    
  7. Push to your fork on GitHub

    git push origin master
    
  8. Open a Pull Request