Files
orion-ops/pull.sh
T
2024-05-06 17:05:27 +08:00

6 lines
69 B
Bash

#/bin/bash
git clean -df
git reset --hard HEAD
git pull
git log -n 1