Git
Initial Setup
git config --global user.name "Harry Truman" git config --global user.email "harry.truman@example.com" git config --global --list
git config --global user.name "Harry Truman" git config --global user.email "harry.truman@example.com" git config --global --list