Category: Git / GitHub

Easy Git and GitHub Tutorials

how to rename local branch in git cover 0

How to Rename your Local Branch in Git

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...

how to create a new branch in git 1

How to Create a new Branch in Git

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...

how to create a merge request in GitLab tutorial image 0

How to Create a Merge Request in GitLab

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...