From: Silvio Rhatto Date: Sun, 15 Mar 2015 12:41:31 +0000 (-0300) Subject: Adds commit-updates X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b02ec21fdd426b2d3475fea2873a8965ff49224e;p=utils-git.git Adds commit-updates --- diff --git a/commit-updates b/commit-updates new file mode 100755 index 0000000..8292c80 --- /dev/null +++ b/commit-updates @@ -0,0 +1,10 @@ +#!/bin/bash +# +# Commit both on git and svn +# + +# Parameters +ARGS="$*" + +# Simply update commit +commit "Updates $*"