git init // 初始化一个git仓库 git add . // 添加要提交的文件 git commit -m '注释' // 提交的注释 git remote add origin https://github.com/yangmingfa/YMF..git // 提交到github的地址 git push -u origin master // 提交代码
-
Notifications
You must be signed in to change notification settings - Fork 0
yangmingfa/YMF.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published