]> git.phdru.name Git - git-wiki.git/commitdiff
GitAlias, GitIgnore and pre-commit hooks
authorOleg Broytman <phd@phdru.name>
Tue, 28 Jun 2016 18:23:11 +0000 (21:23 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 28 Jun 2016 18:23:11 +0000 (21:23 +0300)
pep-103.txt

index f6e8e6d4d8d7d8e780910de4e0f189a37d65b753..5f7998a8e7c374f827fe973bb63b96bf7032f926 100644 (file)
@@ -714,6 +714,25 @@ command. For example::
 $ git check-attr -a -- \*.py
 
 
+Useful assets
+-------------
+
+`GitAlias <http://gitalias.com/>`_ (`repository
+<https://github.com/GitAlias/gitalias>`_) is a big collection of
+aliases. A careful selection of aliases for frequently used commands
+could save you a lot of keystrokes!
+
+`GitIgnore <https://www.gitignore.io/>`_ and
+https://github.com/github/gitignore are collections of ``.gitignore``
+files for all kinds of IDEs and programming languages. Python
+included!
+
+`pre-commit <http://pre-commit.com/>`_ (`repositories
+<https://github.com/pre-commit>`_) 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
 ===============