Skip to content

Commit 0c75278

Browse files
committed
Add function tracing blog post
Add a link to blog post about using git log for function tracing Signed-off-by: Joe Block <[email protected]>
1 parent 1971037 commit 0c75278

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ If you aren't using any ZSH frameworks, or if you're using `bash`, `fish` or ano
291291
- [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.
292292
- [learnenough.com](http://www.learnenough.com/git-tutorial) has a more detailed `git` tutorial on
293293
- [“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.
294+
- [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.
294295

295296
### External Git Utilities
296297

0 commit comments

Comments
 (0)