Git: Difference between revisions

 
Line 78: Line 78:
===Show changes in commit C, even if it's a merge commit===
===Show changes in commit C, even if it's a merge commit===
* <tt>git show --diff-merges=on C</tt>
* <tt>git show --diff-merges=on C</tt>
===List remote tags===
* <tt>git ls-remote --tags remotename</tt>


==See also==
==See also==