Skip to content

GitΒΆ

when folder name is renamed only changing case eg algorithms to Algorithms, git won't see any change. Change the config to make git case sensitiveΒΆ

PowerShell
git config core.ignorecase false

Remove stored password in MacΒΆ

Use Keychain Access to delete the stored/saved password

Remove stored password in WindowsΒΆ

Show git stored git configΒΆ

Text Only
git config --list --show-origin