Command Line Git Client

May 6, 2026

Install git

emerge -av dev-vcs/git

Configure git

git config --global user.email "you@example.com"
git config --global user.name "Your Name"

At github go to settings> ssh and gpg keys>new ssh key

cat ~/.ssh/id_rsa.pub