Category: Git

How to create a custom Git command - Clue Mediator

How to create a custom Git command

Today, we’ll show you how to create a custom Git command or set aliases in Git. In this article, we will show you two different ways to set shortcut Git...

Using tags in Git - Clue Mediator

Using tags in Git

Today we’ll give you an understanding of the tags and show you a list of git commands to play with tags. Checkout more articles on Git Remove the last commit...

Delete all commit history in GitHub - Clue Mediator

Delete all commit history in GitHub

Today we’ll show you how to delete all commit history in GitHub. It’s a very small but useful article to delete all commit history of the branch and create a...

Undo commit before push in Git - Clue Mediator

Undo commit before push in Git

Today we will show you how to undo commit before push in Git remote repository. We’ll provide you the three different ways to undo commit which has not been pushed....

Multiple SSH keys for different GitHub accounts - Clue Mediator

Multiple SSH keys for different GitHub accounts

Today we’ll show you how to set up multiple SSH keys for different GitHub accounts. When you need to work with the two different GitHub accounts and those accounts need...

Using branches in Git - Clue Mediator

Using branches in Git

Today we’ll give you an understanding of the branches and show you a list of git commands to play with branches. Using branches in Git, git create branch from master,...

How to change the commit message in git - Clue Mediator

How to change the commit message in git

Today we’ll show you how to change the commit message in git. This is a small article but very useful for those who work with git. change commit message after...