mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 10:11:14 +00:00
Added git reset scripts so I stop deleting map caches for ground station.
This commit is contained in:
5
rover_git_reset.sh
Executable file
5
rover_git_reset.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
git reset --hard
|
||||
git clean -fdx
|
||||
git pull
|
||||
Reference in New Issue
Block a user