Basic git Commands
git config- Get/Set some git configuration parameters (run at installation)git init- Initialize your repository (run once at the start)git add/rm/reset/restore- Stage or unstage filesgit status- List information about your current repositorygit commit- Take a snapshot of your working directory
13 / 23