mirror of
https://gitee.com/dromara/orion-visor.git
synced 2026-05-14 04:22:08 +08:00
6 lines
70 B
Bash
6 lines
70 B
Bash
#!/bin/bash
|
|
git clean -df
|
|
git reset --hard HEAD
|
|
git pull
|
|
git log -n 1
|