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:
parent
4cb90679a2
commit
e42a6ceacf
4 changed files with 3 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue