Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 356 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 356 Bytes

Timetables ( UWP & Android )

版本命名规则

平台+版本号,版本号从0.0.1开始,到正式发布为1.0.0,中间每次较大更新进位

pull and push

$ git init
$ git remote add origin [email protected]:junolym/Timetables.git
$ git pull origin master
$ git add SOMETHING
$ git commit -m "UWP 0.0.2"
$ git push origin master