Category: Git

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

How to push code to GitHub - Clue Mediator

How to push code to GitHub

Today we will show you how to push code to GitHub. If you want to publish your work on github then you have to push your code on remote repository....

How to clone Git repository - Clue Mediator

How to clone Git repository

Today we will show you how to clone git repository with HTTPS. Here we will give you step by step instruction for it. Git clone remote repository, How do you...

Configure username and email in Git - Clue Mediator

Configure username and email in Git

Today we will show you how to configure username and email in Git at global level and local level. It will be used when you commit your code in repository....

How to install Git in Windows - Clue Mediator

How to install Git in Windows

Today we will show you how to install git in windows operating system. You can also install it in Mac OS X and Linux/Unix. How to install Git in Windows,...

Git Clone Error: Repository not found - Clue Mediator

Git Clone Error: Repository not found

Today we will show you how to fix the git clone error: Repository not found. This is a common error while you have a private repository and you are trying...