Git aliases for rebase/amend

This commit is contained in:
traxys 2022-10-19 17:15:27 +02:00
parent 0b6f6fd241
commit ba54fb7ee1

View file

@ -25,6 +25,10 @@
excludesfile = "${config.home.homeDirectory}/.gitignore";
};
};
aliases = {
ri = "rebase -i";
amend = "commit --amend";
};
};
home.file = {