- tensorflow
- git
- python
- markdown
- 1.mkdir learngit & cd learngit
- 2.git init
- 3.mv ../tensorflow ./learngit
- 4.git add tensorflow
- 5.git commit -m "notes..."
- 6.we can create a new remote respository in github,then connect local repository.
- 7.git remote add origin git@github.com:DongpingZhu/learnDL
- 8.git push -u origin master
- 9.okay! wen can git push origin master again when we modified local branch master. i.e. we need add and commit my new directory or files,then git push origin master.