From 236735a06112f24d46905cc508bf02faf4d65113 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 28 Oct 2019 15:35:35 +0100 Subject: [PATCH] bash/glm,glp --- docs/public/bash/configure.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/public/bash/configure.rst b/docs/public/bash/configure.rst index c4623cd..db27346 100644 --- a/docs/public/bash/configure.rst +++ b/docs/public/bash/configure.rst @@ -227,7 +227,10 @@ Described --format="%C(auto)%h%d %C(red)%ai%n%C(auto)%B" --patch' # log medium information - alias glm='git log --all --decorate --graph --pretty=medium' + alias glm='git log --all --decorate --graph --format=medium' + + # log medium information with patches + alias glp='git log --all --decorate --graph --format=medium --patch' # fast-forward to remote branch alias gmf='git merge --ff-only'