Skip to content

dgary50/eovsa-corr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eovsa-corr

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

About

EOVSA Correlator Files

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • MATLAB 89.3%
  • VHDL 10.7%