summaryrefslogtreecommitdiff
path: root/.local/bin/s
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/s')
-rwxr-xr-x.local/bin/s3
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/s b/.local/bin/s
new file mode 100755
index 0000000..8182d79
--- /dev/null
+++ b/.local/bin/s
@@ -0,0 +1,3 @@
+#!/bin/sh
+git status --short -- "$@"
+git log --oneline @{push}.. -- "$@"