This repository contains computing tips for scientists from scientists. Follow the instructions below to add your own!
Fill in the blanks (___) with your information.
- 
Fork the repository to your account
 - 
Clone your fork of the repository (fill in your username)
git clone https://github.com/___/computing-tips - 
Navigate to the Git repository
cd computing-tips - 
Write your tip in a file. Give it an informative name.
nano ___ - 
Add the file
git add ___ - 
Commit the file. Write a descriptive message.
git commit - 
Push to your fork on GitHub
git push origin master - 
Open a Pull Request