Wrong command to push tags

Need to put 'origin' command to push tags

git push --tags -> git push origin --tags
This commit is contained in:
dangen 2018-09-20 15:32:36 +09:00 committed by GitHub
parent b9ec21be93
commit b98f43f4e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -305,7 +305,7 @@
<blockquote> <blockquote>
git flow release finish RELEASE git flow release finish RELEASE
</blockquote> </blockquote>
<p>Don't forget to push your tags with <code>git push --tags</code></p> <p>Don't forget to push your tags with <code>git push origin --tags</code></p>
</div> </div>
<div class="col-2"> <div class="col-2">