Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 138 Bytes

git-tutorial.md

File metadata and controls

5 lines (5 loc) · 138 Bytes

using Git

using Git global user/pass

using Git release version

  1. git tag -a 0.1 -m 'Release version 0.1'
  2. git push --tags