This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
how to Uninstall git | |
To remove just git package itself from Ubuntu 14.04 execute on terminal: | |
$ sudo apt-get remove git | |
Uninstall git and it's dependent packages | |
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb help // List all comands | |
== Adb Server | |
adb kill-server | |
adb start-server | |
== Adb Reboot | |
adb reboot | |
adb reboot recovery | |
adb reboot-bootloader |