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
Post a Comment