Git ignore .pre-commit-config.yaml

Add fish abbreviation for git commit --amend
Don't autoformat when writing commit message in neovim
This commit is contained in:
Pim Kunis 2024-10-28 13:09:52 +01:00
parent 4cb90679a2
commit e42a6ceacf
4 changed files with 3 additions and 2 deletions

View file

@ -179,6 +179,7 @@
gco = "git checkout";
gd = "git diff";
gc = "git commit";
gca = "git commit --amend";
gpl = "git pull";
gb = "git branch";
ga = "git add";