Skip to content

Instantly share code, notes, and snippets.

View danielsinelnikov's full-sized avatar

danielsinelnikov

View GitHub Profile
@danielsinelnikov
danielsinelnikov / pulling-and-pushing-to-git.md
Created August 15, 2018 00:59 — forked from deitrick/pulling-and-pushing-to-git.md
Basic Unix + Pulling and Pushing to Git

UNIX Commands

pwd present working directory

ls list current directory contents

ls -la list current directory contents in long format and show hidden files

man <some unix command> Bring up the manual pages for a command. Type q to exit

@danielsinelnikov
danielsinelnikov / AdbCommands
Created August 14, 2018 23:22 — forked from Pulimet/AdbCommands
Adb useful commands list
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
== Shell