Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 222 Bytes

Commit.md

File metadata and controls

14 lines (9 loc) · 222 Bytes

Commit commands

  • $ git status
  • $ git add .
  • $ git commit -m "RSS feed update, bug fixing"
  • $ git push origin master

Version update

  • $ git tag -a 1.1.9 -m "v1.1.8"
  • $ git push origin 1.1.9
  • Look Up in JitPack