Add git aliases

This commit is contained in:
Marko Korhonen 2024-10-05 16:17:16 +03:00
parent e35cd83598
commit 4b1d11152b
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -22,5 +22,10 @@
tool = "nvim"; tool = "nvim";
}; };
}; };
aliases = {
upstream = "!git push -u origin HEAD";
recommit = "!git commit -eF $(git rev-parse --git-dir)/COMMIT_EDITMSG";
};
}; };
} }