Skip to content

Instantly share code, notes, and snippets.

@shannonjen
Created August 20, 2017 21:21
Show Gist options
  • Save shannonjen/3b6c2641f6a2f410eb373a29a777d170 to your computer and use it in GitHub Desktop.
Save shannonjen/3b6c2641f6a2f410eb373a29a777d170 to your computer and use it in GitHub Desktop.

Unit 1

CLI

  • Navigate and manage a file system with the command line
    • Create, rename and delete files and folders
    • Copy files and folders
    • Read and write files
    • List directory contents
    • Navigate using relative and home-directory-relative paths
    • Use tab completion and history navigation to speed up development

Git

  • Track changes using Git and Github
    • Stage files
    • Commit files
    • Push files
    • Clone repositories
    • Init repositories and create new repositories on Github
  • Manage Git Remotes
    • Add a remote
    • Remove a remote
    • Reset the URL of a remote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment