repo for code for nyu itp big screens fall 2016
work on local machine when i want to save, i open the command line terminal and type
- cd github/bigscreen
- git add -A
- git commit -m "a meaningful message"
- git push
if i share this folder with someone else or i do changes on the cloud and want to retrieve them on my local machine, i do on the command line
- cd github/bigscreen
- git pull
caution:
- cd github/bigscreen is only necessary if you open the terminal from scratch
this is a link it doesn't work cause