From 5cf9f4d906a35f510fe4e2f5f05fda5b08b746b6 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 28 Jun 2016 21:23:11 +0300 Subject: [PATCH] GitAlias, GitIgnore and pre-commit hooks --- pep-103.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 =============== -- 2.39.2