Git常用命令
git reflog
显示git最近的一系列的操作记录
git reflog head@{0}
git reflog
显示git最近的一系列的操作记录git reflog head@{0}
git config --global http.https://github.com.proxy socks5://127.0.0.1:1080
git config --global https.https://github.com.proxy socks5://127.0.0.1:1080