Files
orion-visor/git-pull.sh
lijiahangmax 2e36d0f44b 升级版本.
2025-07-09 00:26:55 +08:00

6 lines
70 B
Bash

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