Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 521 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 521 Bytes

Study Demo

自己的电脑上有很多学习相关技术时所留下的demo ,以及解读代码时留下的注释

出门在外电脑不在身边,想看却看不了,所以建个仓库

准备工作

参考连接:Git 以分支的方式同时管理多个项目

windows github 桌面工具 Open In Git Shell

git checkout --orphan whateverYouLike  #创建孤本分支whateverYouLike

git stauts   #查看状态

git commit   #提交修改