featured Image

How to remove node_modules from github or bitbucket

In this post, we will see how to remove node_modules folder from our repo in Github and bitbucket. If you have accidentally pushed your node_modules folder to a remote repository…

Read more
featured Image

How to change image size in markdown in GitHub

In this post, we will see how we can resize images in our markdown document or for Github readme.md profile. Markdown is a free open-source markup language that let us…

Read more
featured Image

Solved “No such remote origin” Git Error Fatal

Find out how to solve the git no such remote origin error while working with the Git repository. Sometimes when we try to push our local changes to our remote…

Read more
featured Image

GitHub “fatal: remote origin already exists” error – Fix

In this post, we will learn how to solve the “remote origin already exists error” in Github. The “remote origin exists” error occurs when we try to create a link…

Read more
featured Image

Fix ‘failed to push some refs to’ Git Errors

When working in collabration with other developers using Git we might sometimes come accross this “error : failed to push some refs to [remote repo]” error. In this article, we…

Read more
featured Image

Checkbox inside GitHub Markdown Table

In this post, we will see how to create a checkbox or tick mark inside a markdown table for readme.md file on Github. In markdown, we can create checkboxes like…

Read more