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:
parent
08373e019a
commit
1f6518193e
2
aliases
2
aliases
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user