- git initialization (cd into the relevant folder first)
git init
- mark the added or changed files and wirte a comment xxxx
git commit -m 'xxxx'
- push (update) all the relevant files to the designted repertory in github from local
git push tf_learning master
git push tf_learning +master
- pull update from github
git pull tf_learning master
- start tensorflow in anaconda: activate the envirnoment for tensorflow and start sublime text3 in this envirnoment
$ activate source tensorflow
$ subl