Practical Exercise: Getting Oriented – Where Am I and What’s Here

** Git & GitHub in Practice: Push, Pull & Heal (Part 1 of 3)
Lesson Content
0% Complete

Practical Exercise

Using Git Bash or Terminal, navigate through a provided hospital-projects folder structure (scheduling, lab-alerts, patient-portal) and record the pwd output at each stop.

 

Real-Life Healthcare Example

A new hospital IT hire is handed a laptop with a shared hospital-projects folder containing subfolders for

a) scheduling

b) lab-alerts, and

c) patient-portal codebases

Before touching any code, they need to know exactly which folder they are in, since running a script in the wrong folder could affect the wrong system.

Course Outline