Files
osurc_mars_rover_2017_2018/rover_git_reset.sh

6 lines
54 B
Bash
Executable File

#!/bin/bash
git reset --hard
git clean -fdx
git pull