ALL articles of Git

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