Skip to content

Instantly share code, notes, and snippets.

View irezaul's full-sized avatar
🖥️
trying... to learn some new. (Rabbi Zidni Elmah)

Muhammad Rezaul Karim irezaul

🖥️
trying... to learn some new. (Rabbi Zidni Elmah)
View GitHub Profile
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
@irezaul
irezaul / AdbCommands
Created October 5, 2021 16:29 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader