It is the black screen you see at the start and is sure looks scary with just a blank canvas. The RISE programme taught us this when we were learning about git push and pull. For many of us, it does not really work and we just seem to be copying what the instructor told us to. Needless to say, I did not go on to learn about it further. I mean GUI (graphical user interface) is good enough right? Well, coders will tell you how it is slow and you can actually do everything with the CLI. However after I started doing CS50x, I felt more comfortable with it since you need to make directories, make code files, compile and run code files from the terminal in VScode. So here is a compilation of the commands that I find useful to know. 1) cd - change path: to navigate to another directory (aka folder) eg1. cd Documents This will bring you from the main directory into your "Documents" folder. Congrats you have moved into the "Documents" folder. eg2. cd .. This will move you
I hope to share with you my consolidated thoughts on a wide variety of topics here.