Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 372 Bytes

cheatsheet.md

File metadata and controls

14 lines (10 loc) · 372 Bytes

Cheatsheet

bash console commands

  • show contents of current directory: ls
  • change directory: cd [directory name]
  • set permissions: chmod [permission flag] [filename]

Git commands

  • show changes that have been made: git diff
  • show current branch and files that have been changed: git status
  • clone a repository: git clone [clone url]