Git

Commands

git version

git config –global user.name “name” git config –global email.name “email” git config –list

git help – command or git command – help

git clone URL or git clone URL target directory

  1. Start Tracking Local Code

status add diff commit rm mv gitignore