OblikStudio / kirby-git

Kirby plugin for updating content in the panel via Git
MIT License
84 stars 6 forks source link

User friendly error messages #2

Closed hdodov closed 4 years ago

hdodov commented 4 years ago

This is what the user sees when he has an incompatible Git version:

download

Perhaps a check for git --version can be made when a Git command exits with code !== 0 and return a message that a newer version is needed.