मैंने Homebrew का उपयोग करके Git स्थापित किया:
brew install git
और फिर इसने कुछ आउटपुट दिए
$ brew install git
==> Downloading https://homebrew.bintray.com/bottles/git-2.4.0.yosemite.bottle.tar.gz
######################################################################## 100.0%
==> Pouring git-2.4.0.yosemite.bottle.tar.gz
==> Caveats
The OS X keychain credential helper has been installed to:
/usr/local/bin/git-credential-osxkeychain
The "contrib" directory has been installed to:
/usr/local/share/git-core/contrib
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
zsh completion has been installed to:
/usr/local/share/zsh/site-functions
==> Summary
🍺 /usr/local/Cellar/git/2.4.0: 1368 files, 31M
$
क्या मुझे ये सभी काम करने के लिए किसी भी अतिरिक्त पोस्ट-इंस्टॉलेशन कॉन्फ़िगरेशन को करने की आवश्यकता है?