-
Create repository on GitHub, e.g.
inspirational-quotes
and clone repository to your computer -
Create file
quotes.md
locally in repository. What command will you use? -
Write your favourite quote in
quotes.md
and commit changes. What command will you use? -
Check repository status. What command will you use?
-
View the log of commits. What command will you use?
-
Push the commits to the server. What command will you use?
-
Create new branch, e.g.
education-quotes
. What command will you use? -
Add your another favourite quote in
quotes.md
and commit changes. What command will you use? -
Swap back to the master branch. What command will you use?
-
Add your another favourite quote in
quotes.md
and commit changes (this will create conflicting changes). What command will you use? -
Change to
education-quotes
branch and create pull request. What command will you use? -
Resolve the conflict (i.e. edit the conflict markers to match how you want the file to look like) and commit the result.
-
Send link to your github repository