This shows you the differences between two versions of the page.
— |
tips:dev:gitpullforce [2015/10/30 11:25] (current) erik created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== How to force Git to overwrite local files on pull? ====== | ||
+ | git fetch --all | ||
+ | git reset --hard | ||
+ | |||
+ | More info [[http:// |