• Repository – Project you work on • Git - Version Control - • Clone – copying the master version • Fork – top right of the page. It is the ability to fork a repository • History - • Staging - • Remote – the device you are making the changes on • Commit - • Push –
- Fork repository
git clonew/ the repository URL- After Changes Made:
git status git add <file-name>git statusto check what is stagedgit commit -m 'made changes to the Readme'git push