From b58e999ffbbeabede34c78c2b18f342e2d4d3859 Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Mon, 14 Nov 2022 21:44:20 -0500 Subject: [PATCH] initial commit --- match/git.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 match/git.yml diff --git a/match/git.yml b/match/git.yml new file mode 100644 index 0000000..bdee327 --- /dev/null +++ b/match/git.yml @@ -0,0 +1,12 @@ +matches: + - trigger: "gap;" + label: "git add --patch" + replace: "git add --patch\n" + + - trigger: "gad;" + label: "git add ." + replace: "git add .\n" + + - trigger: "gc;" + label: "git commit" + replace: "git commit\n"