EOVSA Correlator Files
@Nimish Sane @Sep 19, 2013
To add new files to the repository:
git add [files]
To remove files modified for changes to the repository:
git reset
To remove files in the repository:
git rm [files]
To stage changes to commit:
git commit -m '[message]'
To check the status of changes:
git status
To push chnages to the remote repository:
[one-time] git remote add origin https://github.com/eovsa/eovsa-corr.git
git push origin master
To update the repository at any time run:
git pull
To find the current commit number use:
git log