git commands with example

Top 40 Git commands with Examples

GitHub has become an essential tool for developers to manage, store, and collaborate with other developers on software projects. With its simple powerful git-based version control system, GitHub allows users…

Read more
Check GitHub Account in the Terminal

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 more
featured Image

How to make list of objects in Netlify CMS using list and object Widget

Here in this Netlify CMS tutorial we will how easily we can make a list of objects using list and object widgets. This will allow us to add multiple objects…

Read more
featured Image

Your 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 more
featured Image

How to access Localhost on your mobile device?

This article is about how to access Localhost on your mobile browsers and view the website running on your Localhost from your mobile in real-time. So, if you are working…

Read more
featured Image

How to run Netlify CMS admin locally?

In this article we will learn how to run Netlify CMS locally in your PC. Netlify CMS is a open-source content management system that works on git workflow and provide…

Read more
featured Image

Hide Admin Path on Deployment in NetlifyCMS

In this article we will learn how to hide admin path / route on deployment in Netlify CMS. In Netlify CMS, we are provided with the/admin route to access the…

Read more
featured Image

How to Remove Trailing Slash from URL in Nuxt + Netlify ?

This article is about how to remove a trailing slash from URL in Nuxtjs hosted in Netlify. If you have a site built with nuxt and hosted or deployed in…

Read more
featured Image

Uninstall/Remove package using Yarn

In this article, we will learn about the best practices to remove packages using yarn. What is Yarn ? Yarn ( Yet Another Resource Negotiator ) is a package manager…

Read more