Available tutorials in github

How to fetch all remote branches in Git

In this tutorial, we are going to learn about how to fetch all remote…

How to create a tag in GitHub Repository

In this tutorial, we are going to learn about how to create tags in a…

How to revert a Git repository to a previous commit

In this tutorial, we are going to learn about how to undo the git…

How to rename a branch in GitHub

In the last tutorial, we have learned how to rename a local branch in…

How to clone all branches from a remote git repository

In this tutorial, we are going to learn about how to clone all…

How to push all tags to remote in Git

In this tutorial, we are going to learn about how to push all local…

How to delete directory/folder from a Git repository

In this tutorial, we are going to learn about how to delete a…

How to modify the commit messages in Git

In this tutorial, we are going to learn about how to change the commit…

How to clone a single branch from remote git repository

In this tutorial, we are going to learn how to clone a single branch…

How to change a remote URL in Git

In this tutorial, we are going to learn about how to change a cloned…

How to push all branches to remote in Git

In this tutorial, we are going to learn about how to push all local…

How to undo the git add before a commit

In this tutorial, we are going to learn about how to undo the files…

How to download a specific folder or directory from GitHub

In this tutorial, we are going to learn about how to download a…

How to get a remote git URL from local repository

In this tutorial, we are going to learn about how to get a remote git…

How to locate the Git config file in Mac

In this tutorial, we are going to learn about how to locate a git…

How to undo a merge in Git

In this tutorial, we are going to learn about how to undo a git merge…

How to Update the Password in Git using Command Line

In this tutorial, we are going to learn about how to update the…

Add the images to README.md file on GitHub

In this tutorial, we are going to learn about two different ways to…