How to Fix the Filename Too Long Error in Git
Some projects have a pre-requisite to add file names that are too long, you know, there could be use cases that require a file to test max capabilities. But when you are dealing with...
Easy Git and GitHub Tutorials
Some projects have a pre-requisite to add file names that are too long, you know, there could be use cases that require a file to test max capabilities. But when you are dealing with...
If there are multiple collaborators and you want others to work on your repository, you could always invite them as a collaborator. Github allows you to do that using the Manage Access Option. We...
While working on GitHub, you can change the name of the branches by using the Settings section. This tutorial will focus on how to rename your origin branch in GitHub. The good part about...
I am assuming you already have generated your new SSH Key before we learn how to add a new SSH key to GitHub today. You would need the passphrase that you had entered in...
We have already seen How to Clone a Repository using HTTPS and SSH before, we will see how to generate a new SSH key in this post. When you are dealing with multiple email...
We are going to see how to clone a repository using HTTP and SSH in this tutorial on both GitLab and GitHub. Working with Git could be a challenge for newbies. For that very...
How to rename your local branch in Git is just one command. But the sole reason I have written this post is because I keep forgetting. There have been moments when I would start...
This little post is on how to create a new branch using Git. Pretty fair and simple, I know. But a lot of people still don’t know this. And I have decided to help...
The best way to create a merge request is via using the “Create Merge Request” option that GitLab provides. So whenever your code is pushed, look for that button by refreshing the page. Alternatively...
I am going to take you through a step by step procedure on how to delete a local branch in Visual Studio Code. If you have been using Visual Studio Code for your daily...