File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 9595 #
9696 fp .close ()
9797 print (f'Created git version file { pyfile } at { now } for { commit0 [:7 ]!r} ' )
98+
99+ print ('Now do:\n \t git add \n \t git commit \n \t git push \n \t git push --tags\n (try "git push origin HEAD --tags")' )
100+
Original file line number Diff line number Diff line change 120120 fp .close ()
121121 print (f'Created git version file { pyfile } at { now } for { commit0 [:7 ]!r} ' )
122122
123- print ('Now do:\n \t git add \n \t git commit \n \t git push \n \t git push --tags (better than git push --follow- tags? )' )
123+ print ('Now do:\n \t git add \n \t git commit \n \t git push \n \t git push --tags\n (try " git push origin HEAD -- tags" )' )
124124
125125# Git 2.4 has added the push.followTags option to turn that flag on by default which you can set with:
126126#
You can’t perform that action at this time.
0 commit comments