#web-development
Read more stories on Hashnode
Articles with this tag
Git Diff We can use the git diff command to view changes between commits, branches, files, our working directory, and more! We often use git diff...
Context On large projects, we often work in multiple contexts: You're working on 2 different color scheme variations for your website at the same...
Permissions ยท As regular users, we do not have permission to write or even read every file on the machine. For example, if I try to read the file...
locate The locate command performs a search of pathnames across our machine that match a given substring and then prints out any matching names. You...
You can navigate between files by clicking on them or moving across them using the much faster command line. The Root Directory The starting point...