Template for Master FP protocols
content
:.tex
files with content.data
: Measured data from the experiment.figures
: Figures from the experiment manual or other sources.plots
: Figures/Plots made for the data analysis.
- do https://help.github.com/articles/which-remote-url-should-i-use/#cloning-with-ssh-urls and
git clone [email protected]:sebschneid/fp-template.git
git pull
before starting to work to get changes from othersgit add
additional files or changesgit commit
commit changesgit push
push changes to working branch
git checkout -- file
to undo local changes to last recent pull. DELETES local changesgit stash
to undo local changes, but save them
- Install Tex Live 2016: https://www.tug.org/texlive/doc/texlive-en/texlive-en.html#installation
- https://www.tug.org/texlive/
- Quick Install for Linux: https://www.tug.org/texlive/quickinstall.html
- Windows: https://www.tug.org/texlive/windows.html