Files
t2000_gui/update.sh

5 lines
85 B
Bash
Executable File

#!/bin/bash
git checkout main
git reset --hard
git fetch
git reset --hard origin/main