Skip to content

bslqy/Machine-Learning-Resource-Sharing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine-Learning-Resource-Sharing

author: tsungruihon, tankeryang, gary, cryaa and summer

date: 2018-05-18

这是一个共享学习资源的库,请遵守以下提交规则

  • 不要上传大文件,若分享视频资源请放链接
  • 文档型文件请做好分类,统一放到指定文件夹下
  • 分享项目请提供链接
  • 暂时这样:)

开发流程

FIRST OF ALL

  • fork源repo
  • clone自己fork后的库到本地: git clone [email protected]@github.com:YOUR_USERNAME/Machine-Learning-Resource-Sharing.git
  • 添加 源repo 的上游: git remote add upstream https://github.com/tsungruihon/Machine-Learning-Resource-Sharing.git

HOW TO DEVELOP

  • 先抓取 源repo 最新版本到本地: git fetch upstream
  • review后无问题则合并至本地master: git merge upstream/master
  • 添加内容,git add <你新加或者修改过的文件>, 然后git commit -m '<添加⼀一个版本修改的说明>'
  • 然后push到自己的远程库: git push origin master
  • 发起pull request
  • 源repo review后无大问题则comfirm merge

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published