Skip to content
Snippets Groups Projects
Commit 7f3f58f9 authored by Jan David Mol's avatar Jan David Mol Committed by Jan David Mol
Browse files

Added instructions on how to commit as yourself while using tangosys

parent f9f99fe3
Branches
No related tags found
No related merge requests found
......@@ -5,9 +5,11 @@ To commit updates when running this from a station's Jupyter Notebook, do:
ssh tangosys@station
cd git/tango/jupyter-notebooks/python_test_scripts/Jupyter_Pages
And then commit changes:
If you cannot login as lofarsys, ask for your public key to be added to `~tangosys/.ssh/authorized_keys`.
Git commits require you to state your identity, as to know who did this commit:
git add <notebook>.ipynb # add file to commit list
git commit -m "i added this very cool notebook update"
GIT_AUTHOR_NAME="Your Name" GIT_AUTHOR_EMAIL="you@astron.nl" git commit -m "i added this very cool notebook update"
If you cannot login as lofarsys, ask for your public key to be added to `~tangosys/.ssh/authorized_keys`.
If you don't do this, ``git`` will tempt you to configure the name and email permanently. Doing so means all checkins from this system will be done under your name, however.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment