How do I start over in Git? -
i did number on git installation. accidentally added origin incorrect upperlowercase, , cant figure out how remove "wrongly named" version git's procedures. along way, tried modify core.ignorecase in git/config , git won't (it gives me: fatal: bad config value 'core.ignorecase' in .git/config)
anyways, want start f over. located git being here: /usr/bin/git , rm command doesnt seem have effect.
- way uninstall git?
- way reinstall?
thank you
simply rm
~/.gitconfig
file , should fine.
how reinstall git depends on how installed it. in case of debian based system should work:
apt-get install --reinstall git
Comments
Post a Comment