4470 shaares
2 résultats
taggé
sha
Today, I did some tests on a server where an old version of our project was deployed. At some point, I needed to identify which version of the code was there, and I wrote a pretty shell function to figure this out.
Yeah, I know what your thinking : there must …
I'd like to introduce you to an awesome git companion : pre-commit hooks by Yelp.

Git hooks are scripts that git executes before or after events such as: commit, push, and receive.
Git hooks are a built-in feature, but git does not offer much support for them: if there is a …