Issues in tutorial
BertNienhuis opened this issue · 2 comments
BertNienhuis commented
mcred commented
When creating commits, liquibase data will use your git configuration to determine the name and email address to use by running git config user.name
and git config user.email
. If you have not configured git before, you can run git config --global user.name <name>
and git config --global user.email <email>
to set these values.
BertNienhuis commented
Yes, this fixes the issue! Thx