Skip to content

Commit 14b3efe

Browse files
committed
tell about combined push command after creating tag
1 parent 71c081f commit 14b3efe

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

GSASII/install/incr-mini-version.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,6 @@
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+

GSASII/install/tag-version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
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
#

0 commit comments

Comments
 (0)