HEAD 2021-07-01: git_basics
My first commit My second commit
_ 'git init ': initialize git repository in current working directory _ 'git status;: gives you the status _ 'git log' : gives log status
_ 'git checkout ': 'restore to version in '
_Use git status to help you find the commands to unstage or restore file> _ if you run 'git checkout without the _You can fix this by running 'git checkout main'
-' ssh-keygen
- 'git remote add ' : adds the URL
- 'git push origin main': push to main branch to the origin remote
- 'git pull origin main': push to main branch to the origin remote