From abfdbe41d23430c7274344e91c4cf2bb5fb4bd2f Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 19 Jan 2020 17:22:09 +0100 Subject: [PATCH] Add another shortcut for standard git commit message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit „Update submodule references“ is used when the commit just updates references to updated submodules. --- snippets/text-mode/usmr | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 snippets/text-mode/usmr diff --git a/snippets/text-mode/usmr b/snippets/text-mode/usmr new file mode 100644 index 0000000..19399b2 --- /dev/null +++ b/snippets/text-mode/usmr @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: usmr +# key: usmr +# -- +Update submodule references \ No newline at end of file