Git
git config --global credential.helper osxkeychain
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun執行 git diff commit1 commit2 > file.diff 指令,比對兩個版本間的差異, 並內容匯出至 file.diff,其中 commit1 請用較舊的版本,而 commit2 則用較新的版本

Last updated