summaryrefslogtreecommitdiff
path: root/bin/git-fall
diff options
context:
space:
mode:
Diffstat (limited to 'bin/git-fall')
-rwxr-xr-xbin/git-fall5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/git-fall b/bin/git-fall
new file mode 100755
index 0000000..03b31de
--- /dev/null
+++ b/bin/git-fall
@@ -0,0 +1,5 @@
+#!/bin/bash -e
+
+# Alias for `git remote update`.
+
+exec git remote update "$@"