mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 19:00:19 +01:00
Git aliases for rebase/amend
This commit is contained in:
parent
0b6f6fd241
commit
ba54fb7ee1
1 changed files with 4 additions and 0 deletions
|
|
@ -25,6 +25,10 @@
|
|||
excludesfile = "${config.home.homeDirectory}/.gitignore";
|
||||
};
|
||||
};
|
||||
aliases = {
|
||||
ri = "rebase -i";
|
||||
amend = "commit --amend";
|
||||
};
|
||||
};
|
||||
|
||||
home.file = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue