Is there a way to set a global setting for git where you can specify it to to do particular prefix before every time I do something?
Say whenever I am commiting anything, I want to set a global setting in git where -S
would be executed every time I commit anything.
Is there a way to do this? If yes, how?