githubteacher / cloaked-octo-shame

Practice repository for collecting common Git and GItHub tips
4 stars 2 forks source link

Tips on Git Hooks #66

Closed mlenkeit closed 9 years ago

mlenkeit commented 9 years ago

Is there anything that you would recommend (not) doing via git hooks?

githubstudent commented 9 years ago

@mlenkeit Are we talking client-side or server-side hooks?

mlenkeit commented 9 years ago

I was thinking about client-side, but talking about server-side might also be helpful. Edit: if server-side hooks is the same as web hooks, then this has already been covered :+1:

mlenkeit commented 9 years ago

Avoid expensive operations in client-side hooks GitHub itself currently doesn't support server-side hooks