IT Nursery
I currently have an old SSH key uploaded on a server. The problem is I lost my ~/.ssh directory (with the original id_rsa and id_rsa.pub files). Consequently, I want...
  • May 31, 2022
  • 0 Comments
Basic question: How do I disassociate a git repo from the origin from which it was cloned? git branch -a shows: * master remotes/origin/HEAD -> origin/master and I want...
  • May 10, 2022
  • 0 Comments
I know that I can use the git diff command to check the changes, but, as far as I understood, it is directory based. This means it gives all...
  • April 30, 2022
  • 0 Comments