- Repository -
- Git - Version Control -
- Clone -
- Fork -
- History -
- Staging -
- Remote -
- Commit -
- Push -
- Fork repository
git clone
w/ the repository URL- After Changes Made:
git status
git add <file-name>
git status
to check what is stagedgit commit -m 'made changes to the Readme'
git push