Problem
You clone your repository, and after creating a project, you commit to GitHub. However, GitHub tell you an error “Pipe Has Been Ended.”
Cause
There are several reasons why this case happens.
Misconfiguration of your GitHub setting
Some characters are not allowed to commit to GitHub.
Solution
Rebuild your project
On The Git Changes, find the Chang...
[More]
Four years ago, I created a tutorial about how to use GIT in Visual Studio Codes. Time pass by, Visual Studio Codes provides better integration with GIT in their current version. In this article, we will show you how to use GIT easily in the Visual Studio Codes
Before we go
Before we dive into the integration between Visual Studio Codes and GIT. You need to have:
Current version of visu...
[More]