Perform GitHub operations from local device without entering login credentials

While trying to make the GitHub operations from the local device, I was asked to enter login credentials each time I try to create the Git operations. To overcome this issue, I came across this answer on Stack Overflow.
git remote set-url origin <GitHub SSH URL>

Leave a comment