aboutsummaryrefslogtreecommitdiff
path: root/sh/vcs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/vcs.sh')
-rw-r--r--sh/vcs.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/sh/vcs.sh b/sh/vcs.sh
new file mode 100644
index 00000000..5d6afb51
--- /dev/null
+++ b/sh/vcs.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+alias mr='mr -s'
+alias s='git status'
+alias d='git diff'
+alias ds='git diff --staged'