Check GitHub Account in the Terminal
GitHub is an integral tool for developers to store, manage, and collaborate on software projects with other developers. And as we work more and more in the command line it…
Read moreYour Git Gateway backend is not returning valid settings – Fix
In this article, we learn about the quick fix about an error “Your Git Gateway backend is not returning valid settings. Please make sure it is enabled” in NetlifyCMS. What…
Read moreHow to change git username and password on PC
Here we will learn how to change username and password locally and globally on git in our computer. While working with github, if you want to change your github account…
Read moreOpen Github repository in VS Code in Online
This article is on how to open any Github repo in VSCode in our browser online without any need of cloning the repository. This is something I found out recently…
Read moreHow to Create New Folder in Github Repository?
In this short tutorial, we will see how to create a new folder in the Github repository. Github is a code hosting platform that offers the distributed version control and…
Read moreHow to save username, email and password globally in Github?
In this article, we will see how to save GitHub username, email, and password globally on your computer. While working with github it is better to save your username and…
Read moreHow to check Git email address and username in terminal?
In this post, we will see how to check GitHub email address and username from the terminal. If you are signed in to your GitHub account on your computer but…
Read moreHow to add empty folder/directory in Git
In this article, we will see how we can add an empty folder in git that can be tracked by Github. The current design of git is such that it…
Read morefatal:refusing to merge unrelated histories git error – Fix
This article is about how to resolve “fatal:refusing to merge unrelated histories” in git error. This error occurs when we try to merge two completely unrelated git repositories together into…
Read more