You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installation of pre-commit created .git/hook folder, and after that, whenever we perform simple commit it checks the git repo status whether it has some warnings.
This could be very useful for checking inappropriate commits, but it's annoying as it asks about GitLab account, need to:
understand "why" GitLab from GitHub
its security for filling developer credentials of GitLab
the usability during commits
usage cases like pros and cons
are any analogs for better usage
The text was updated successfully, but these errors were encountered:
The installation of pre-commit created .git/hook folder, and after that, whenever we perform simple commit it checks the git repo status whether it has some warnings.
This could be very useful for checking inappropriate commits, but it's annoying as it asks about GitLab account, need to:
The text was updated successfully, but these errors were encountered: