79727188

Date: 2025-08-06 11:12:43
Score: 2.5
Natty:
Report link
  1. sudo apt install git

  2. ssh-keygen -t ed25519 -C "[email protected]"

  3. la ~/.ssh

  4. cat ~/.ssh/id_ed25519.pub

  5. ssh -T [email protected]

  6. git config --global user.name "rudrapurohit"

  7. git config --global user.email [email protected]

  8. cat ~/.gitconfig

  9. mkdir ~/git

  10. cd ~/git

  11. git clone [email protected]:rudra-purohit/backend.git

Reasons:
  • Contains signature (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: rudra