From: Oleg Broytman Date: Tue, 28 Jun 2016 18:23:11 +0000 (+0300) Subject: GitAlias, GitIgnore and pre-commit hooks X-Git-Url: https://git.phdru.name/?p=git-wiki.git;a=commitdiff_plain;h=5cf9f4d906a35f510fe4e2f5f05fda5b08b746b6 GitAlias, GitIgnore and pre-commit hooks --- diff --git a/pep-103.txt b/pep-103.txt index f6e8e6d..5f7998a 100644 --- a/pep-103.txt +++ b/pep-103.txt @@ -714,6 +714,25 @@ command. For example:: $ git check-attr -a -- \*.py +Useful assets +------------- + +`GitAlias `_ (`repository +`_) is a big collection of +aliases. A careful selection of aliases for frequently used commands +could save you a lot of keystrokes! + +`GitIgnore `_ and +https://github.com/github/gitignore are collections of ``.gitignore`` +files for all kinds of IDEs and programming languages. Python +included! + +`pre-commit `_ (`repositories +`_) is a framework for managing and +maintaining multi-language pre-commit hooks. The framework is written +in Python and has a lot of plugins for many programming languages. + + Advanced topics ===============