Git install and setup
From the collection Software Engineering

git
setup git
insta

Git install and setup

You can show this QR Code to a friend or ask them to scan directly on your screen!

Thanks for sharing! 🫶

The url for this was also copied to your clipboard!
  • brew install git
  • git config --global user.name "John Doe"
  • git config --global user.email johndoe@example.com
  • ssh-keygen -t ed25519 -C "your email"
  • eval "$(ssh-agent -s)"
  • pbcopy < ~/.ssh/id_ed25519.pub
  • ssh –T git@github.com

See more from etori.sangiacomo