From 0c752785d6b20e331c285febdcc4b24089fd8c28 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 7 Aug 2024 12:30:22 -0600 Subject: [PATCH 1/2] Add function tracing blog post Add a link to blog post about using git log for function tracing Signed-off-by: Joe Block --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 27297af92..49b92d25d 100644 --- a/README.md +++ b/README.md @@ -291,6 +291,7 @@ If you aren't using any ZSH frameworks, or if you're using `bash`, `fish` or ano - [gitimmersion.com/](http://gitimmersion.com/) is a guided tour that walks through the fundamentals of Git, inspired by the premise that to know a thing is to do it. - [learnenough.com](http://www.learnenough.com/git-tutorial) has a more detailed `git` tutorial on - [“Git” it together: Some tips on commit etiquette and best practices for junior developers](https://hackernoon.com/git-it-together-some-tips-on-commit-etiquette-and-best-practices-for-junior-developers-1f147b8dfd56) is a good article explaining some best practices on how to write a _good_ commit message, no matter what source control system you're using. +- [Tracing the evolution of a Python function with git log](https://nerderati.com/tracing-the-evolution-of-a-python-function-with-git-log/) - Nice tutorial on making `git log` output more useful when you're only interested in the changes in a specific function. ### External Git Utilities From 70e7b8fcf645e6ecb887170c34cf60f5d9fa7390 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 7 Aug 2024 12:32:13 -0600 Subject: [PATCH 2/2] Add contributors badge Signed-off-by: Joe Block --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49b92d25d..b7dbaa4eb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # git-extra-commands [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/license/Apache-2.0) +[![Contributors](https://img.shields.io/github/contributors/unixorn/git-extra-commands.svg) [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Funixorn%2Fgit-extra-commands%2Fbadge%3Fref%3Dmain&style=plastic)](https://actions-badge.atrox.dev/unixorn/git-extra-commands/goto?ref=main) ![Awesomebot](https://github.com/unixorn/git-extra-commands/actions/workflows/awesomebot.yml/badge.svg) ![Megalinter](https://github.com/unixorn/git-extra-commands/actions/workflows/mega-linter.yml/badge.svg)