diff --git a/bin/git-back-to-the-future b/bin/git-back-to-the-future index cc2ea03..e35e6c6 100755 --- a/bin/git-back-to-the-future +++ b/bin/git-back-to-the-future @@ -1,6 +1,6 @@ #!/bin/sh -git switch master -git fetch --prune +git switch master && \ +git fetch --prune && \ git pull