mirror of
https://gitee.com/lijiahangmax/orion-ops.git
synced 2026-08-31 01:01:19 +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
|