mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
Add more git aliases
This commit is contained in:
parent
767fe8c8f3
commit
66bf0ff049
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@
|
|||
aliases = {
|
||||
undo = "reset HEAD~1 --mixed";
|
||||
amend = "commit -a --amend";
|
||||
feature = "commit -m feat: -m new-feature";
|
||||
fix = "commit -m fix: -m issue#";
|
||||
};
|
||||
extraConfig = {
|
||||
color = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue