• Wincent
    Menu
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

Updating to Git 1.6.2.rc2 on Mac OS X Leopard 10.5.6Edit

Created 2/26/2009, updated 5/18/2017

Didn't install; just wanted to confirm that the build was error-free and that the test-suite passed.

git fetch
git tag -v v1.6.2-rc2

# "git co" is an alias I set up for "git checkout"
git co v1.6.2-rc2
make clean
make prefix=/usr/local test

See also

  • Git 1.6.2.rc2
  • git
  • updates
  • wiki
Site
  • About
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search
External
  • GitHub
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
Colophon

Made by Greg Hurrell with Rust (with help from Git and Neovim).