Skip to content

Instantly share code, notes, and snippets.

View saeedseyfi's full-sized avatar
:bowtie:

Saeed Seyfi Dorcheh saeedseyfi

:bowtie:
  • Spotify
  • Stockholm, SE
View GitHub Profile
@saeedseyfi
saeedseyfi / reinstall_git_brew.md
Last active June 20, 2018 10:15 — forked from brandonsimpson/reinstall_git_brew.md
Re-installing Git on Mac OSX with Brew

Re-installing Git on Mac OSX with Brew

This is helpful if you've previously installed git from source on OSX, and other compilers can't find the correct path. You need to remove the current version of git, then re-install with brew.

Uninstall git if installed manually

  1. Check which git you're running:
which git