From 14405edfa5ae87152a5ab016cb83095445661f4f Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Thu, 29 Apr 2021 13:14:44 +0200 Subject: [PATCH] :memo: add git log command --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 29e02c3..f8de3dc 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,11 @@ pipenv run python . ## Git Flows > In progress! 🚧 +The _A-DOG_ acronym +```sh +git log --all --decorate --oneline --graph +``` + #### New Development Flow ``` # clone repo with local_name enables several clones