bash - Git Confirm Before Commit -


Is there a way to configure the gat to warn me before or after being done locally? For example, when I (ideally before), I get some type of output like "did you check settings twice?" Alternatively, can I script it from script? I was looking around, but I did not get much on the subject .. Thanks advance!

Pre-committed hooks should give you the opportunity to do whatever you want.

View. Example script contains good documents.

Comments

Popular posts from this blog

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -

jasper reports - How to center align barcode using jasperreports and barcode4j -

django - CommandError: You must set settings.ALLOWED_HOSTS if DEBUG is False -