Horje
how to uninstall git Code Example
git how to remove git
git rm -r --cached .
how to uninstall git
To remove just git package itself from Ubuntu 14.04 execute on terminal:
$ sudo apt-get remove git

To remove the git package and any other dependant package which are no longer needed from Ubuntu Trusty.
$ sudo apt-get remove --auto-remove git

Purging git
If you also want to delete configuration and/or data files of git from Ubuntu Trusty then this will work:
$ sudo apt-get purge git


To delete configuration and/or data files of git and it's dependencies from Ubuntu Trusty then execute:
$ sudo apt-get purge --auto-remove git




Shell

Related
zip entire directory ubuntu Code Example zip entire directory ubuntu Code Example
install chrome in ubuntu 16.04 using terminal Code Example install chrome in ubuntu 16.04 using terminal Code Example
how to install sublime in ubuntu 20.04 using terminal Code Example how to install sublime in ubuntu 20.04 using terminal Code Example
docker remove exited containers Code Example docker remove exited containers Code Example
git branch origin list Code Example git branch origin list Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9