Files
osurc_mars_rover_2017_2018/ground_station_git_reset.sh
2018-07-27 14:32:39 -07:00

7 lines
205 B
Bash
Executable File

#!/bin/bash
cp -r software/ros_packages/ground_station/src/Resources/Maps ~/Maps_Backup
git reset --hard
git clean -fdx
git pull
cp -r ~/Maps_Backup software/ros_packages/ground_station/src/Resources/Maps