]> gitweb.fluxo.info Git - utils-git.git/commitdiff
Adds commit-updates
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 15 Mar 2015 12:41:31 +0000 (09:41 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 15 Mar 2015 12:41:31 +0000 (09:41 -0300)
commit-updates [new file with mode: 0755]

diff --git a/commit-updates b/commit-updates
new file mode 100755 (executable)
index 0000000..8292c80
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/bash
+#
+# Commit both on git and svn
+#
+
+# Parameters
+ARGS="$*"
+
+# Simply update commit
+commit "Updates $*"