Changes between Version 60 and Version 61 of StartModMaint


Ignore:
Timestamp:
Jun 2, 2014, 12:32:54 PM (8 years ago)
Author:
Beman Dawes
Comment:

Correct the push tag example

Legend:

Unmodified
Added
Removed
Modified
  • StartModMaint

    v60 v61  
    202202{{{
    203203git tag -a -m "tag for release" mylib-2014-06-02
    204 git push mylib-2014-06-02    # specific tag pushed to avoid pushing all local tags
     204git push origin mylib-2014-06-02    # specific tag pushed to avoid pushing all local tags
    205205}}}
    206206