From a87975bb89168da9619f4c1eb703d22fa6ea2070 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Fri, 29 Sep 2023 16:16:07 +0100 Subject: [PATCH] bash: add 'gca' alias --- bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bashrc b/bashrc index c69909e..a305d0e 100644 --- a/bashrc +++ b/bashrc @@ -80,6 +80,8 @@ if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi +alias gca="git commit --amend -a --no-edit" + # Load any supplementary scripts if [ -d "$HOME"/.bashrc.d ] ; then for config in "$HOME"/.bashrc.d/*.bash ; do