Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 461 Bytes

File metadata and controls

16 lines (9 loc) · 461 Bytes

Stage Only Specific Files

Company: CrowdStrike | Difficulty: Easy


Scenario:

You have a Git repository at /home/interview/repo where you modified three files: app.js, style.css, and config.json.

Task:

Stage only app.js and style.css for commit in the repository at /home/interview/repo, leaving config.json unstaged.


📹 Video Solution