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.

  1. way uninstall git?
  2. 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

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -