X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=pep-103.txt;fp=pep-103.txt;h=5f7998a8e7c374f827fe973bb63b96bf7032f926;hb=5cf9f4d906a35f510fe4e2f5f05fda5b08b746b6;hp=f6e8e6d4d8d7d8e780910de4e0f189a37d65b753;hpb=7f68f51eba2ce781058bb09cdd069d8b78a175ba;p=git-wiki.git 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 ===============