GitLensGitLens Git is a Version Control System, and is usually used with platforms like GitHub to host git projects and make collaboration with…Posted on October 26th, 2020Author: Rabson J Phiri
fatal git-write-tree error building treesIf you search the above error, most of the answers would be to use command. But, you should be careful with executing this command. You can…Posted on June 14th, 2020Author: Zoran Pandovski
How to check out a remote Git branchHow to check out a remote Git branch You need to work on a git branch that you don't have locally, but you are not sure how to pull and…Posted on May 20th, 2020Author: Zoran Pandovski
How to unpublish GitHub pages siteHow to unpublish GitHub pages site Sometimes, you don't want your Github Pages personal website to be available, or you are migrating to the…Posted on May 19th, 2020Author: Zoran Pandovski
How to undo the latest local commit in Git repositoryUndo the latest local commit in Git So we've committed some changes by mistake and we want to revert it back. No worries, Git is here to…Posted on May 19th, 2020Author: Pavle Jonoski
Git delete a branch remotelyGit delete a branch from the local and remote repository While working with Git repositories, very often you will create and need to delete…Posted on May 12th, 2020Author: Pavle Jonoski