We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To update/check the git hub first go to the right folder, e.g.
LabRAD/lattice LabRAD/common
Check status
git status
Add new files
git add <file>
Add all new files (with output)
git add * -v
Commit changes
git commit -m 'message'
Add all and commit changes
git commit -a -m 'message'
Push / Pull
git push git pull