Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 471 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 471 Bytes

code

截止目前2019.10.29,囊括了包括css/emacs/sql/python等各种类型的codes,这些code主要是服务于工作、paper及其他学习素材的example code。

git

上传文件

 git init #初始化
 touch README.md #增加readme文件
 git add . 
 git commit -m "add code" #增加描述文件
 git remote add origin https://github.com/luyajun01/code.git #将修改好的文件上传至github 
 git push origin master #上传文件