本地分支reset至与任意远程分支同步
git fetch --all git reset origin/remote_branch_name git pull -p
PS:其中origin为远程域名,remote_branch_name为远程分支名
本地分支reset至与任意远程分支同步
git fetch --all git reset origin/remote_branch_name git pull -p
PS:其中origin为远程域名,remote_branch_name为远程分支名