ALL articles of Git

How to set git config username and email?

Hello, You must first set your login and email when creating your first git repository or cloning a project from one. Additionally, you may...

READ MORE

Error "fatal: unable to access repo: The requested URL retur...

While accessing any repository in GitHub, you might get error "fatal: unable to access 'https://github.com/repo.git/': The requ...

READ MORE

How to use specific private SSH key in git commands

When you run git or ssh commands, it will first look ssh key from ~/.ssh folder. This is default folder ssh get keys from. While working...

READ MORE

Upload project on git with command line

Suppose you are working in a big project and after some changes you want to revert some changes and want to work with new codes. Also w...

READ MORE