#!/bin/bash
git fetch --all && git reset --hard origin/master && git pull origin master
