Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

cd ~cottrell/git-repo/imc14-tulip/text
git pull origin master
ls -l
vim file
git status
git commit -a -m "comment"
git push origin master

Creating paper

cd ~cottrell/git-repo/imc14-tulip
make; make #This creates paper.pdf

#Then print paper.pdf

Examples

Getting Started

...