git su osx
Xcode integra un tool di diff pratico che viene spesso (ingiustamente) snobbato. Ecco un semplice snippet per utilizzato come git mergetool.
# Tell system when Xcode utilities live: sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
# Set "opendiff" as the default mergetool globally: git config --global merge.tool opendiff
ARTICOLI
sviluppo