From 23a0c1f907643b90ebb9643daaa0036f897fc939 Mon Sep 17 00:00:00 2001 From: Lexi Stelter Date: Tue, 30 Jun 2020 11:16:43 +0200 Subject: [PATCH] add script: bin/git-back-to-the-future --- bin/git-back-to-the-future | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 bin/git-back-to-the-future diff --git a/bin/git-back-to-the-future b/bin/git-back-to-the-future new file mode 100755 index 0000000..cc2ea03 --- /dev/null +++ b/bin/git-back-to-the-future @@ -0,0 +1,6 @@ +#!/bin/sh + +git switch master +git fetch --prune +git pull +