From aa882f0c6c7a1d4f2cd02fe626c2cd5a950b022f Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Tue, 25 May 2021 12:45:37 +0200 Subject: [PATCH] :memo: add git hooks documentation --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8f2d2ac..4d46f46 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,12 @@ * [ ] Add sub-pages * [ ] Add [Custom utils](https://dev.to/kenbellows/a-few-python-repl-config-tricks-3o6i). -This methodology repo is focused on Python Data Processing based projects with som external dependencies (APIs or DBs). -In your commit message use the format `:gitmoji: `. Only propper nouns, CamelCase and class names should have uppercases letters. Avoid using multiple gitmojis. +This methodology repo is focused on Python Data Processing based projects with som external dependencies (APIs or DBs). The repo is actively being updated; Leave a star t bookmark it or _Watch_ the repo to get notificatied of updates. -## `gitmoji` Lookup +## Commit messages and `gitmoji` + +Use the format `:gitmoji: ` in your commit messages. Only proper nouns, CamelCase and class names should have uppercases letters. Avoid using multiple gitmojis. |emoji|code|description| |---|---|---| @@ -63,7 +64,7 @@ pipenv run python . ## Git Flows -> In progress! 🚧 +> In progress! 🚧 Use [git hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks)! ```sh git log --all --decorate --oneline --graph