From 693d8fe172a1b7c07697598f6ab61903be61255c Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 28 Oct 2019 15:03:22 +0100 Subject: [PATCH] bash/gbv --- docs/public/bash/configure.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/public/bash/configure.rst b/docs/public/bash/configure.rst index ff2540a..d2c7c30 100644 --- a/docs/public/bash/configure.rst +++ b/docs/public/bash/configure.rst @@ -140,6 +140,9 @@ Described # set the link to a remote branch from a local branch alias gbu='git branch -u' + # list branches verbosely + alias gbv='git branch --verbose --verbose' + # clone a remote repository alias gc='git clone'