summaryrefslogtreecommitdiff
path: root/git-push-first
diff options
context:
space:
mode:
Diffstat (limited to 'git-push-first')
-rwxr-xr-xgit-push-first11
1 files changed, 0 insertions, 11 deletions
diff --git a/git-push-first b/git-push-first
deleted file mode 100755
index 26e50f4..0000000
--- a/git-push-first
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-eval "$(
- git push 2>&1 \
- | sed '
- $d
- ' \
- | sed -n '
- $p
- '
-)"