Installing, verifying, and configuring git

How to install, verify, and configure git:

sudo apt install git
git --version
git config --global user.name "YourGitUserName"
git config --global user.email "youremail@somewhere.com"

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.