If i've a git repository with tags representing the versions of the releases.
How can i get the list of the commits between two tags (with a pretty format if is possible) ?
Thanks
|
If i've a git repository with tags representing the versions of the releases. How can i get the list of the commits between two tags (with a pretty format if is possible) ? Thanks |
|||
|
|
If you just wanted commits reachable from tagB but not tagA:
or
|
|||
|
|
|
See the manage for |
|||
|
|