adb devices: view connection device command
adb install: install apk command
adb uninstall:uninstall apk command
adb push :send files to the device from the computer
adb pull :download files from the device to your computer
adb shell:enter the shell model of the device
adb logcat:log information
adb reboot:restart device
adb remount:remount the system partition and make it be able to write
adb root:get root privileges
adb help:display help information