mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 02:06:47 +00:00
6 lines
54 B
Bash
Executable File
6 lines
54 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git reset --hard
|
|
git clean -fdx
|
|
git pull
|