When I try to run previously working git commands, I get this:
dyld: Symbol not found: _sqlite3_intarray_bind
Referenced from: /System/Library/Frameworks/C
After a much googling and confusion, the following steps lead to a solution (with Xcode installed). Some might be optional, so please feel free to elaborate on this as I am not an expert on these errors.
xcode-select --installsudo xcode-select -switch /Library/Developer/CommandLineToolsbrew install sqlite3DYLD_LIBRARY_PATH entry in my .bashrc file