Notes
A
bout
zhenyuan.cool
(C:)
git
makefile
Git基本操作
Makefile基础用法
2 object(s)
Git基本操作
June 5, 2020
Git基本操作
添加到暂存区
git add --all;
Commit
git commit -m"commit message"
提交到远程仓库
git push