Created
July 16, 2009 11:41
-
-
Save happygiraffe/148374 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Upgrade git in mac ports. | |
# First, bring the ports collection up to date. | |
# -d for debug output. | |
sudo port -d sync | |
# Then, upgrade git. | |
# -d for debug output. | |
# -n for not upgrading dependencies | |
# -u for uninstalling the old version | |
sudo port -d -n -u upgrade git-core |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment