Clone a Github Repository into a Private One

Let’s say the repository you want to clone is https://github.com/example/public_example.git You want to clone this repository to your local computer and then push it to your private Github repository. First: Now the public repository is cloned to your local computer. This step is important: You need to clean the git init: At this stage, you […]
SyntaxError: Unexpected token ‘<' error in Visual Studio Code

One of the common errors encountered in Visual Studio Code is the SyntaxError: Unexpected token ‘<‘ . Like many errors in programming, this error code is unintuitive. One cannot simply grasp the reason, let alone its solution. I think these type of errors is one the the fundamental type of inefficiencies in programming because people […]