mirror of
https://github.com/danielkummer/git-flow-cheatsheet.git
synced 2025-02-01 02:59:15 +01:00
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:
parent
b9ec21be93
commit
b98f43f4e5
@ -305,7 +305,7 @@
|
||||
<blockquote>
|
||||
git flow release finish RELEASE
|
||||
</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 class="col-2">
|
||||
|
Loading…
Reference in New Issue
Block a user