mirror of
https://github.com/danielkummer/git-flow-cheatsheet.git
synced 2024-11-24 17:03:38 +01:00
Merge pull request #93 from dangen-effy/patch-1
Wrong command to push tags - thanks @dangen-effy
This commit is contained in:
commit
205d99ec92
@ -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