You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git init - create new git repo
git status - view the changes to your code
git add - add files to stagin area
git commit - creates a new commit with files from the stages area
git log - view recent commits