/JHU-PIV-data

Publicly available (NRA sponsored) Low Speed Axial Compressor particle image velocimetry data from Johns Hopkins University

Primary LanguageHTML

JHU-PIV-data

REMEMBER: Pull Remote Repo changes frequently using this command:

git pull

Upload changes to this repo

  1. Change directories in your Command Prompt or Terminal application
cd \Users\blucci\Desktop\piv
  1. See changed files (they should show up as red)
git status
  1. Add all locally changed files to the staging area
git add *
  1. Commit this set of file changes with a message describing the changes made
git commit -m "<a description of the changes>"
  1. Push the new commits to your remote repository
git push