CrowdStrike
Git 2 questions
- #1Stage Only Specific Files
You have a Git repository at
/home/interview/repowhere you modified three files:app.js,style.css, andconfig.json. - #2Undo Commits but Keep Changes
You have a Git repository at
/home/interview/repowith three recent commits on themainbranch that were premature and need to be reorganized.
Linux 1 question
- #3Purge Empty Folders
The
/tmpdirectory has accumulated numerous leftover folders from previous application runs and temporary scripts. Many of these directories are now empty and can be safely removed.