]> gitweb.fluxo.info Git - utils-git.git/commitdiff
Removes gsync
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 3 Nov 2016 17:36:59 +0000 (15:36 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 3 Nov 2016 17:36:59 +0000 (15:36 -0200)
gsync [deleted file]

diff --git a/gsync b/gsync
deleted file mode 100755 (executable)
index 14f18a0..0000000
--- a/gsync
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-#
-# Commit, push and fetch
-#
-
-# Parameters
-PROJECT="$1"
-
-# Try to get there
-if [ ! -z "$PROJECT" ]; then
-  cd $PROJECT
-fi
-
-# Sync
-up
-mr fetch