Files
osurc_mars_rover_2017_2018/ground_station_git_reset.sh

7 lines
185 B
Bash
Executable File

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