Added git reset scripts so I stop deleting map caches for ground station.

This commit is contained in:
2018-07-27 13:41:21 -07:00
parent 71cff19b77
commit 2613d327ec
2 changed files with 11 additions and 0 deletions

6
ground_station_git_reset.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/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

5
rover_git_reset.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
git reset --hard
git clean -fdx
git pull