1. Learn
  2. /
  3. Courses
  4. /
  5. Introduction to Git

Connected

Exercise

Navigating the shell

Git commands are typically performed using the shell.

Understanding some common shell commands allows you to perform more of your Git workflow in the shell without spending time navigating different programs.

In this exercise, you will practice some of these commands.

Instructions 1/3

undefined XP
  • 1
    • Print the current working directory.
  • 2
    • Move to the data directory.
  • 3
    • List all files and sub-directories.