1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

aliases: force editor with gcm alias

This always opens the editor after writing a commit message for final
tweaking before committing

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
Joe Groocock 2020-07-14 21:08:54 +01:00
parent 08373e019a
commit 1f6518193e
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -131,7 +131,7 @@ alias gaN="git add -N"
alias gaa="ga -A"
alias grm="git rm"
alias gc="git commit -s"
alias gcm="git commit -s -m"
alias gcm="git commit -s -em"
alias gca="git commit -s --amend --date=\"$(date -R)\""
alias gcn="git commit -s --no-edit"
alias gcan="gca -s --no-edit"