sudo apt install git
ssh-keygen -t ed25519 -C "[email protected]"
la ~/.ssh
cat ~/.ssh/id_ed25519.pub
ssh -T [email protected]
git config --global user.name "rudrapurohit"
git config --global user.email [email protected]
cat ~/.gitconfig
mkdir ~/git
cd ~/git
git clone [email protected]:rudra-purohit/backend.git