The Issue of the Day Before

git pull 的警告訊息

使用 git 2.27.0 或更高版本時, git pull 出現警告,可使用 git config pull.rebase false 除去。

但依狀況我更建議用 git config pull.ff only

打補丁

打補丁,打補丁,打補丁。重要說三遍,但要怎麼打補丁?

> diff -u oldFile newFile > mods.diff
> patch < mods.diff