If using GIT sometimes is usefull to log all commits between two branches.
I’m using this command to generate changelog.
git log <oldBrach>..<lastBranch> --date=short --pretty=format:"%ad : %s" > changeLog.txt
Tecnical Resources
If using GIT sometimes is usefull to log all commits between two branches.
I’m using this command to generate changelog.
git log <oldBrach>..<lastBranch> --date=short --pretty=format:"%ad : %s" > changeLog.txt