Skip to content

Git Pull强制更新

Haojian Wu edited this page Mar 29, 2015 · 1 revision

当远程仓库的被force update(git push -f)后,在另外的仓库要更新force update的仓库,直接使用下面命令:

git pull --rebase <remote_repo_name> <branch_name>

Tech-Notes

LLVM/Clang

C/C++

Linux

Vim

Tools

Others

Chromium-Dev tips

Clone this wiki locally