GIT Cheat Sheet
Jan 18, 2024 · 3 min read · Thursday, 18 January 2024 sudo yum install git -y - install git in the local system. git config --global user.name - sets the global username for Git on your computer. git config --global user.email - sets the global email address for Git on your ...
Join discussion